I'm using wrangler to develop a partykit server on workers, This works well on my host machine (Mac Os) when I run the dev command wrangler dev --port 5445 --host 0.0.0.0 but when packaged in a container I run an issue where the websocket connections are lost due to an internal error in workerd.
I'm using wrangler to develop a partykit server on workers, This works well on my host machine (Mac Os) when I run the dev command
wrangler dev --port 5445 --host 0.0.0.0
but when packaged in a container I run an issue where the websocket connections are lost due to an internal error in workerd.Below are my logs