I have a server with a Nginx reverse proxy. The proxy holds the SSL end point and converts from IPv6 to IPv4, YAY!
For the most part it does this very well (Though I get some issues in non-ssl :S but that might eb for a different time)
When connecting via IPv6 it cannot connect to the server to get the server information.
My NGinx config: attached
My docker-compose.yml: attached
There is NO Nginx log entry for the occurance (access OR error), which makes me believe it in the web/src/lib/stores/websocket.ts code.
I believe that when the client is accessing via IPv6, it doesnt correctly request the websocket, therefore, not even reaching Nginx
Could someone give me a hint if i am doing something wrong?
.