We are seeing very high error rates on our `/signi...
# support-questions-legacy
g
We are seeing very high error rates on our
/signinup
endpoint. A couple of things to note: 1. We can see in our APM that some requests to
https://oauth2.googleapis.com/token
return a 400. In these cases, the referrer always seems to have
prompt=none
(in successful cases, the referrer has
prompt=consent
). I've not yet looked into what to infer from this. 2. We're getting lots of 504s from various SuperTokens endpoints, although – from our APM – it looks like these happen after failed Google OAuth flows. 3. I have had problems with email/password login too: 504s on
/signin
2 Views