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
Describe the bug
When I first redirected to "/api/auth/oidc/callback" with the code, successfully obtained the token and then redirected to the home page, there was no "auth_session" in the cookie when accessing the home page. It would access the "/login" interface once, and then an error would be prompted. When I tried to use OAuth2 to redirect to the table again and was redirected from the callback to the home page, at this time, the cookie had the "auth_session" and could correctly redirect to "/space". Could you please tell me whether this is a bug or my configuration is incorrect? If it's incorrect, please tell me what I should do.
The text was updated successfully, but these errors were encountered:
Describe the bug
When I first redirected to "/api/auth/oidc/callback" with the code, successfully obtained the token and then redirected to the home page, there was no "auth_session" in the cookie when accessing the home page. It would access the "/login" interface once, and then an error would be prompted. When I tried to use OAuth2 to redirect to the table again and was redirected from the callback to the home page, at this time, the cookie had the "auth_session" and could correctly redirect to "/space". Could you please tell me whether this is a bug or my configuration is incorrect? If it's incorrect, please tell me what I should do.
The text was updated successfully, but these errors were encountered: