Skip to content
New issue

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

500 error when loading page and not being logged in #5

Closed
cyclops1982 opened this issue Dec 17, 2023 · 1 comment
Closed

500 error when loading page and not being logged in #5

cyclops1982 opened this issue Dec 17, 2023 · 1 comment

Comments

@cyclops1982
Copy link
Contributor

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.

@cyclops1982
Copy link
Contributor Author

Linking to #6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant