mirror of
https://github.com/koel/koel.git
synced 2026-04-26 17:25:59 +03:00
[GH-ISSUE #1330] koel - White screen when using reverse proxy #765
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#765
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @loukakikko on GitHub (Jun 26, 2021).
Original GitHub issue: https://github.com/koel/koel/issues/1330
Describe the bug
White screen when using NGINX Proxy Manager reverse proxy
To reproduce
Steps to reproduce the behavior:
Visit domain name in use
Expected behavior
Expected reverse proxy to function
Screenshots
If applicable, add screenshots to help explain your problem.
Using the URL:
https://mintshare.xyz/958e52.png
Directly from IP:
https://mintshare.xyz/45564b.png
Environment
Tested on two different servers, using both standard installation method and docker. Not entirely sure what the issue is here.
@loukakikko commented on GitHub (Jun 26, 2021):
Apparently this is a mixed media issue?
"Mixed Content: The page at was loaded over HTTPS, but requested an insecure script This request has been blocked; the content must be served over HTTPS."
After turning taking the domains SSL away, it now just takes me to the Apache2 Ubuntu Default Page.
@red-coracle commented on GitHub (Jun 26, 2021):
I ran into the same issue just now when migrating to a docker installation behind Traefik. I was able to fix it by setting
FORCE_HTTPS=trueandAPP_URL=https://koel.example.comin my environment variables.@loukakikko commented on GitHub (Jun 26, 2021):
Bound the .env with those new variables and it works like a charm. Thanks a million.