aleksilassila / reiverr

Reiverr is a clean combined interface for Jellyfin, TMDB, Radarr and Sonarr, as well as a replacement to Overseerr
GNU Affero General Public License v3.0
1.45k stars 44 forks source link

Cors issue with Nginx Proxy Manager #70

Closed GaetanPTX closed 1 year ago

GaetanPTX commented 1 year ago

Hello, I configured Nginx Proxy Manager without SSL to have a public address and share it with my family outside my home.

The problem is that I have a cors error when loading my pages, how can I fix this problem?

thanks

aleksilassila commented 1 year ago

In the screenshot are you accessing reiverr from outside your home network? If yes, you'd have to make sure the base urls in your reiverr configuration are accessible from outside your network, too, because your browser is making those requests for now, not the server in your home network.

This will change in the future, but for now I wouldn't expose Reiverr outside your home network, because all the api keys are sent to the browse. Because there's no authentication, anyone who visits the page can see the api keys.

GaetanPTX commented 1 year ago

Ok thanks bro