馃悰 [Bug] 504 timeout on login
Created by: Tirokk
Authored by roschaefer Closed
馃悰 Bugreport
We had a user who cannot log in to the network since 2 weeks. I debugged the problem with her and apparently, the graphql request to login succeeds but the subsequent request to currentUser
leads to a 504 gateway timeout. I could reproduce the problem with her JWT and Postman. I could not reproduce the problem with the same request via Postman but with my JWT. So I assume it has something to do with the implementation of currentUser
and the problem only occurs on her account.
Steps to reproduce the behavior
- Ask Geli for her JWT
- Open Postman and send
{ currentUser { name } }
to https://human-connection.social/api - Wait
- See 504 timeout
Expected behavior
currentUser
should resolve.
Version & Environment
We tested both Chrome and Firefox.