You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working in a project that uses express-openid-connect and netstorageapi and I am facing this problem when starting the server and opening the login page in the browser.
After following some instructions to use a proxy to run the server I got the following error.
AggregateError: Issuer.discover() failed.
RequestError: unable to get local issuer certificate
RequestError: unable to get local issuer certificate
This lead me to the following issue in express-openid-connect's Github. Which pointed to a conflict in the version of agent-base, I managed to make it work by including this in my package.json.
Hi!
I am working in a project that uses
express-openid-connect
andnetstorageapi
and I am facing this problem when starting the server and opening the login page in the browser.After following some instructions to use a proxy to run the server I got the following error.
This lead me to the following issue in express-openid-connect's Github. Which pointed to a conflict in the version of agent-base, I managed to make it work by including this in my package.json.
And this fixed all of the problems, I believe it should work with any version greater than 5 for the agent-base.
The text was updated successfully, but these errors were encountered: