We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When you load the page for the first time, you get a 500 response for /my-images
This is because we're trying to retrieve the images even though we are not logged in. On the backend we get this:
On /status, could not find a session /my-images: 500 created for An error occurred: No session cookie
It would be better if the 500 was a 403, but better would be if we don't do the request at all.
The text was updated successfully, but these errors were encountered:
Linking to #6
Sorry, something went wrong.
796ea78
No branches or pull requests
When you load the page for the first time, you get a 500 response for /my-images
This is because we're trying to retrieve the images even though we are not logged in.
On the backend we get this:
It would be better if the 500 was a 403, but better would be if we don't do the request at all.
The text was updated successfully, but these errors were encountered: