Replies: 4 comments 3 replies
|
What strategies are you using? |
2 replies
|
@jaredhanson Wondering if there was any update with this? |
1 reply
|
I have the exact same error. I am using - No idea where the error is coming from. @FAXES How did you solve the error? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
After running
npm audit fix --forceI came across this issuepassport packages themselves haven't been updated. However, now I get the below error when logging in.
Here is the code referenced in my application from the above error:
index.js:99
index.js:527
This has been bugging me a bit today as there's been no recent changes to any of the packages in the stack traces.
Logout also has a similar issue to this as well.
All reactions