mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Base protocol not configurable #414
Reference in New Issue
Block a user
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 @LastSkywalkerER on GitHub (Aug 31, 2025).
Current Behavior
When opening a page through a cloudflare tunnel with https, most routes still try to be requested with http, displaying this in the console
support.js?v=3.3.36.0:1 Mixed Content: The page at 'https://.../admin/nodes/1/edit?tab=--tab' was loaded over HTTPS, but requested an insecure script 'http://.../js/filament/widgets/components/chart.js?v=3.3.36.0'. This request has been blocked; the content must be served over HTTPS.when opening a page by IP via http everything works fine
.env has correct APP_URL="https://..."
Expected Behavior
pages under http and https work equally correctly
Steps to Reproduce
Run this docker-compose.yml
Install cloudflared and create tunnel from localhost:89 to https domain -> open page via https domain
Panel Version
main
Wings Version
1.0.0-beta16
Games and/or Eggs Affected
No response
Docker Image
ghcr.io/pelican-dev/panel:main
Error Logs
Is there an existing issue for this?
@rmartinoscar commented on GitHub (Aug 31, 2025):
Hey Github issues are for reporting known reproducible bugs for troubleshooting please join our Discord