Replies: 3 comments
-
Have you figured out what was the issue? I have same issue. On redirect request session is empty but if press enter and do the GET request manually the session is there. |
Beta Was this translation helpful? Give feedback.
0 replies
-
hey, I facing the same problem in my case it's happening inside an AuthGuard... |
Beta Was this translation helpful? Give feedback.
0 replies
-
@SeanAssis1 for me we initialized passport twice. You have to return it and pass the same instance if you are using it in different files. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
HI,
I use the following code OIDC using express which works, However after few success calls (3-10), I sometimes get internal server error with the following error,
Any idea what could be wrong?
My code from the stack is
which is the end of the code
This is the full code (I pass the
app
which is simply express server) , am I doing something wrong?This is the index.js
This is the logon.js
if something is missing please let me know.
Environment
Beta Was this translation helpful? Give feedback.
All reactions