oauth2 redirect error
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.
I'm having this same issue.
Since I couldn't reproduce the issue, I'm closing this issue for now. If can provide more context for investigation, I'll to reopen it.