Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to load image #24

Closed
R0GGER opened this issue Apr 2, 2024 · 6 comments
Closed

Failed to load image #24

R0GGER opened this issue Apr 2, 2024 · 6 comments
Labels
help wanted Extra attention is needed

Comments

@R0GGER
Copy link
Contributor

R0GGER commented Apr 2, 2024

I am using NGINX Proxy Manager with Invidious and Materialious...

I get this error in Materialious;
image

@WardPearce
Copy link
Collaborator

This is probably due to "domain" not being configured in Invidious' config

https://github.com/iv-org/invidious/blob/master/config/config.example.yml#L98

@R0GGER
Copy link
Contributor Author

R0GGER commented Apr 2, 2024

Closed?
Not solved... domain didn't help. Cors issue remains.

@WardPearce
Copy link
Collaborator

WardPearce commented Apr 2, 2024

If you provide the related network responses so i can assist further. I don't believe the images not loading would be CORS related.

@WardPearce WardPearce reopened this Apr 2, 2024
@Provider2436
Copy link

Closed? Not solved... domain didn't help. Cors issue remains.

I had the same issue as you, and I don't clearly remember what I changed but you can check my compose file here: https://github.com/Provider2436/Docker-compose-files/tree/main/Invidious

@WardPearce
Copy link
Collaborator

You may have to set your external port to 443 or 80 (depending on if your using https or http)

@WardPearce WardPearce added the help wanted Extra attention is needed label Apr 2, 2024
@R0GGER
Copy link
Contributor Author

R0GGER commented Apr 2, 2024

@Provider2436 Thanks! That helps...

I think these three are the fix:

        external_port: 443
        domain: your.domain.com
        https_only: true

@R0GGER R0GGER closed this as completed Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants