FormidableLabs / FormidableLabs/envy
How to connect to application running in docker
Open
- Dominant language
- TypeScript
- Stars
- 144
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
I would like to ask how to connect to next.js application that is running inside docker container ?
I have exposed ports 9998 and 9999, and I can see Envy web UI in http://127.0.0.1:9998/ but I can see no service here, just empty UI. The Next.js app is also running, but in the web dev console in browser I can see logs like: `WebSocket connection to 'ws://127.0.0.1:9999/web/playground-nextjs:client' failed`. On the server log, there is `No viewers connected` message.
Thank you for answers.
Contributor guide
Assessment
This issue has not been assessed yet.