Stremio/stremio-web

[Help needed] Is there a way to disable CORS for stremio-web?

FelipeOtz opened this issue · 1 comments

I'm trying to host the Stremio server Docker image on an AWS EC2 instance. For example, the server's IP is:

https://aws-server-ip:12470/

and I've set NO-CORS=1 to disable the server's CORS.

i need help to solve the following issue:

[How it looks in the Stremio web interface]
image

[How it looks when debugging the browser]
image

I have the same issue. I'd love it if this could be resolved. Is there maybe a way to self-host stremio-web? I guess it is. So maybe if you self host stremio-web, you can provide the right headers to avoid the CORS issue?

@FelipeOtz it is NO_CORS not NO-CORS