-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
[Bug]: Enable gzip compression and Strip Prefixes settings are not applied to docker-compose project #2105
Comments
Hi @andrasbacsai. Any update on this issue so far? |
Developer Note (for confirmed bugs).
-> Now I think the labels are never applied if you enable or disabled gzip or strip-prefix, there are no labels applied. |
Hi @peaklabs-dev @andrasbacsai , Do you guys have any update on this? Thanks |
I’ve spent the entire afternoon troubleshooting why my WebSocket connection wasn’t receiving any responses, only to discover that the issue is caused by gzip compression. Unfortunately, there’s no way to disable gzip compression when deploying through Coolify, which leaves me with no choice but to abandon this platform. This limitation is extremely frustrating and frankly quite disappointing. |
I’m encountering the issue of automatic port detection errors again. My container has two web ports, 6003 and 8080. In the console, I set 6003 as the exposed port, and the Traefik load balancer is also set to 6003. However, once deployed, the proxy redirects to 8080 instead. Can you please stick to managing the deployment framework without changing the network settings arbitrarily? Currently, there isn’t even an option to manually correct the network configuration. This is incredibly frustrating. If there are so many bugs, then at least give users the ability to manually override settings. Don’t hide a silent refresh somewhere that changes configurations to settings inconsistent with what’s displayed. This approach is extremely frustrating. |
I was trying to use SSE (Server-Sent Events) with an app deployed on Coolify, to do that I needed to disable gzip compression, however the button does not work.
|
Description
Traefik labels for gzip and strip-prefix middlewares are present docker-compose.yml even though they are unchecked in the Advanced settings tab.
Minimal Reproduction (if possible, example repository)
Exception or Error
No response
Version
v4.0.0-beta.271
The text was updated successfully, but these errors were encountered: