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
There are a bunch of places that have default error messages like...
"Photo with id X is not in database."
... which are shown whenever the backend sends anything back except a 200 success code. This includes when we straight up crash the backend (in development), so can be misleading for a developer.
We should differentiate the error message in the frontend depending on the error code returned from the backend.
The text was updated successfully, but these errors were encountered:
There are a bunch of places that have default error messages like...
"Photo with id X is not in database."
... which are shown whenever the backend sends anything back except a 200 success code. This includes when we straight up crash the backend (in development), so can be misleading for a developer.
We should differentiate the error message in the frontend depending on the error code returned from the backend.
The text was updated successfully, but these errors were encountered: