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
I've found that the frontend sometimes sends GET https://guesstimate.herokuapp.com/users?auth0_id=undefined
The backend promptly returns a 500, Internal Server Error.
This clearly seems to be a problem with both the backend and the frontend, in that the backend is giving a 500 on an invalid input and the frontend is creating it. I'm going to see if I can look at the heroku logs for hints on what's happening.
The text was updated successfully, but these errors were encountered:
Ok, I can reproduce on dev. It seems to pass the id to auth0 without validation. Despite it having {"statusCode": 400 ... } in the error, this is a 500 error.
I've found that the frontend sometimes sends
GET https://guesstimate.herokuapp.com/users?auth0_id=undefined
The backend promptly returns a 500, Internal Server Error.
This clearly seems to be a problem with both the backend and the frontend, in that the backend is giving a 500 on an invalid input and the frontend is creating it. I'm going to see if I can look at the heroku logs for hints on what's happening.
The text was updated successfully, but these errors were encountered: