Description
I am trying to get seerr working but everything I have tried so far hasn't worked. The errors I see in the web console are
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://[seerr URL]/api/v1/auth/jellyfin. (Reason: CORS preflight response did not succeed). Status code: 405.
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://[seerr URL]/api/v1/auth/jellyfin. (Reason: CORS request did not succeed). Status code: (null).
Reproduction steps
I have tried adding custom locations in Nginx for my seer proxy with the "/" for location and these headers
add_header Access-Control-Allow-Origin "https://[fladder URL]" always;
add_header Access-Control-Allow-Methods "GET,POST,OPTIONS" always;
add_header Access-Control-Allow-Headers "Content-Type,Authorization,X-Requested-With" always;
add_header Access-Control-Allow-Credentials "true" always;
What am I doing wrong?
Screenshots
No response
Logs
Platform
Web
App Version
10.3 build 630 docker
Jellyfin server
10.11.10 docker
Description
I am trying to get seerr working but everything I have tried so far hasn't worked. The errors I see in the web console are
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://[seerr URL]/api/v1/auth/jellyfin. (Reason: CORS preflight response did not succeed). Status code: 405.
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://[seerr URL]/api/v1/auth/jellyfin. (Reason: CORS request did not succeed). Status code: (null).
Reproduction steps
Screenshots
No response
Logs
Platform
Web
App Version
10.3 build 630 docker
Jellyfin server
10.11.10 docker