Local development and CI
For local development and CI how do you connect with websockets?
Here is my docker-compose.yaml
and here is my drizzle orm connection logic
I'm unable to connect and I get the following error:
Error: All attempts to open a WebSocket to connect to the database failed. Please refer to https://github.com/neondatabase/serverless/blob/main/CONFIG.md#websocketconstructor-typeof-websocket--undefined. Details: fetch failed
Here is my docker-compose.yaml
and here is my drizzle orm connection logic
I'm unable to connect and I get the following error:
Error: All attempts to open a WebSocket to connect to the database failed. Please refer to https://github.com/neondatabase/serverless/blob/main/CONFIG.md#websocketconstructor-typeof-websocket--undefined. Details: fetch failed
