Skip to content

<TITLE>Seerr CORS issue with Nginx proxy manager. #1011

@bheberling01

Description

@bheberling01

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions