Server side bug with lemmy.world and intermitent authentication.
Server side bug with lemmy.world and intermitent authentication.
I am currently getting signed out every minute from lemmy.world. This is not a client side cache issue. I tested making API calls from the command line (with curl
) with no cache and the issue still occurs. One call I get the correct response, the next I get a 400 telling me im not signed in.
I'm primarily testing with the https://lemmy.world/api/v3/user/unread_count api endpoint. I'm not sure if this issue occurs with all endpoints.
Reproduction steps:
- Get a lemmy.world JWT token for your account using your desired method (eg. postman).
curl https://lemmy.world/api/v3/user/unread_count?auth={JWT_TOKEN_HERE}
- Note the 400 error. If you do not get an error repeat step 2.
Edit
This issue only seems to affect lemmy.world so a temporary workaround is to use a different instance for the time being.
You're viewing a single thread.
Does resetting your password stop it?
1 1 ReplyNo. This issue goes a lot deeper than your login information.
4 0 ReplyYou have actually tried though? Sounds like being kicked off because of a login from another device.
1 2 ReplyIt's based on my understanding of how servers work and my tests. There is obviously always room for error, but I'm like 99% confident I'm right.
Also AFAIK lemmy doesn't kick you out because you signed in elsewhere.
4 0 ReplyI'm just troubleshooting by eliminating a massive category of possible causes.
I'm asking you to physically try, not your opinion. Please, we have all been there "I don't need to reset my router, I know what I'm doing"
2 4 Reply