-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
Loading screen fails to display #450
Comments
Hello @taiwan-king, can you give me more details on what you're actually seeing ? What is the exact sablier image that you are using ? |
{"time":"2024-11-17T02:01:11Z","level":"info","msg":"172.19.0.4 - d53c09da6c6c [17/Nov/2024:02:01:11 +0000] \"GET /api/strategies/dynamic\" 200 6329 \"\" \"Go-http-client/1.1\" (1ms)","clientIP":"172.19.0.4","dataLength":"6329","hostname":"d53c09da6c6c","latency":"1","method":"GET","path":"/api/strategies/dynamic","referer":"","statusCode":"200","userAgent":"Go-http-client/1.1"} sablierapp/sablier:1.8.1 https://browserquest.taiwan-homecloud.us.kg You can give it a try, If there is, let me know your IP, |
Can you give more details on the reverse proxy configuration ? How is the sablier plugin configured ? |
traefik configexperimental:
|
Can confirm this is the case for me aswell, using nginx proxy manager |
I've just tried with the latest verison and everything works on my side. However, when there is an error in the configuration, the feedback is currently very bad. Do you have any error on your Sablier logs ? |
No logs. It just does not show a loading screen, just white until it shows the webpage |
My configuration should not have any issues, |
Same for me, I set it up with version 1.8.1 I think and had no loading screen. Downgraded to 1.7.0 and login screen works. I'm not sure but the redirect seems somewhat slow, it's not really slow but I would assume that there would be no noticeable delay? |
Also have this problem with 1.8.1 traefik.yml:
fileConfig.yml:
Before container starts (with nextcloud - 5s, with guacamole ~1min) I see cloudflare error page - "host not working" instead of sablier loading screen/theme |
Is it possible for any of you to create a repository to reproduce the issue ? That'd be amazing, thanks |
When using
traefik:v3.1.4
withsablier:v1.7.0
, the loading screen displays normally. However, after upgrading tosablier:v1.8.1
, the loading screen fails to display, though all functionalities still work correctly.The
refreshFrequency
function also does not work correctly.The text was updated successfully, but these errors were encountered: