- We deployed app on Koyeb. Single git codebase web application with API’s and a websocket.
- API’s are working, as expected. Websockets not.
- We exposed the websocket ports on docker file (img1)
- Ports are configured on the Koyeb gui
- health checks configured on koyeb gui
We’re testing by using postman client - websocket req type (even with socket.io) with following tries;
- ws://base_url.koyeb.app/ws
- ws://base_url/ws
- ws://base_url.koyeb.app/ws:3000
- ws://base_url/ws:3000
Appreciate help from the community!
Cheers