Blazor, WebSocket closed with status code: 1006 in Coolify + IIS Reverse Proxy, But works locally #64845
-
|
Hi, I have just installed Coolify and have deployed my Blazor website into a Docker Container in Coolify. But, I can not click on any buttons. It seems that the websocket not communicate with blazor server. This is my setup: This is my web.config in IS that do my reverse proxy to Coolify on local ip 192.168.1.142 dot.net SDK 10.0 in my Docker file. Blazor TargetFramework 9.0 i csproj Coolify version: Tried to turn of these settings in Coolify: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I just added: And it works! |
Beta Was this translation helpful? Give feedback.
https://www.smarterasp.net/support/kb/a2287/get-websocket-connection-problem-by-host-blazor-with-_net-9.aspx
I just added:
And it works!