Your steps for configuring Jellyseerr in the readme are copy/pasted from Jellyfin and they don't exactly work. When I open Jellyseerr (localhost:5055), it asks me to get started by signing in. I'm assuming I use my Jellyfin account here, but no matter what I enter, I get an error saying the username or password is incorrect (the username and password are correct for jellyfin. I suspect it has something to do with the Jellyfin URL they want me to provide).
There's also an error banner that states The /app/config volume mount was not configured properly. All data will be cleared when the container is stopped or restarted., though I'm not sure how much of an issue this is.
EDIT: The error was using http://localhost:8096 in the Jellyfin url. Changing it to http://127.0.0.1:8096 solved the issue.
Your steps for configuring Jellyseerr in the readme are copy/pasted from Jellyfin and they don't exactly work. When I open Jellyseerr (localhost:5055), it asks me to get started by signing in. I'm assuming I use my Jellyfin account here, but no matter what I enter, I get an error saying the username or password is incorrect (the username and password are correct for jellyfin. I suspect it has something to do with the Jellyfin URL they want me to provide).There's also an error banner that statesThe /app/config volume mount was not configured properly. All data will be cleared when the container is stopped or restarted.
, though I'm not sure how much of an issue this is.EDIT: The error was using
http://localhost:8096
in the Jellyfin url. Changing it tohttp://127.0.0.1:8096
solved the issue.