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.
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.