Code-server disconnects after 30 secs

Hi,

I have been using the code-server docker for a long time and it has been working great. Lately (last week at least; maybe longer but I wasn’t using it until last week) there seems to be a problem where it will disconnect me after 30 seconds (and within the 30 seconds everything works fine). It looks like it is failing on some websocket connection (which has a timeout of 30 seconds). There may be two of them like below. Port 38443 is the port I bound to on my docker host.

I’m using the ‘latest’ tag of the docker image.

wss://code-server.local:38443/?type=ExtensionHost&reconnectionToken=xxxxxxxxxxxxx&reconnection=false&skipWebSocketFrames=false

wss://code-server.local:38443/?type=Management&reconnectionToken=xxxxxxxxxxxxxx&reconnection=false&skipWebSocketFrames=false

Has anyone else seen this and know why it is failing now?

Thanks!