Skip to content

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

Description

@cyclops1982

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions