-
-
Notifications
You must be signed in to change notification settings - Fork 51
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 |
I even had it with the basic WhoamI example using docker as provider and Caddy as reverse proxy. I would like to switch back to version 1.7.0, to rule out a configuration error on my side, but there is no package available for that on the docker hub. If you could provide that, I would be very thankful |
Could it be an issue if its only one container to start up? Thanks for your effort! |
I think I figured it out. It is returning a 502 status code when the service is not up yet. And cloudflare is replacing that with a error page. |
No that doesn’t make sense to me. It’s just displaying a white page, without any error code and it also doesn’t reload, even then the page is finally upOn 11. Dec 2024, at 19:45, CarbonNeuron ***@***.***> wrote:
I think I figured it out. It is returning a 502 status code when the service is not up yet. And cloudflare is replacing that with a error page.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
You can find the older version here: https://github.com/acouvreur/sablier. |
One person said they received a cloudflare error message. I'm getting a 502 while the service is down which cloudflare replaces. |
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: