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
When logging in, after providing correct credentials, instead of being redirected to the profile page, I get redirected to the login page.
To Reproduce:
Unfortunately this seems to happen randomly.
Expected behavior:
I expect to be redirected to profile page (logged in)
Database Driver:
postgres
Screenshots:
Additional context:
When it fails, I can see a 401 Unauthorized response for the /api/user/me request and the request does not have any cookies. When it works, I see 200 and request cookies
Describe the bug:
When logging in, after providing correct credentials, instead of being redirected to the profile page, I get redirected to the login page.
To Reproduce:
Unfortunately this seems to happen randomly.
Expected behavior:
I expect to be redirected to profile page (logged in)
Database Driver:
postgres
Screenshots:
Additional context:
When it fails, I can see a 401 Unauthorized response for the
/api/user/merequest and the request does not have any cookies. When it works, I see 200 and request cookiesI am using LibreWolf 151.0.2-1 on linux.