sharkeatbear
PD🧩 Plasmo Developers
•Created by sharkeatbear on 11/19/2024 in #🔰newbie
Is there anyway to get the plasmo dev server working in a docker container? pnpm dev works on host
The server is all up and running using node:18-bullseye. However when i load unpacked into chrome it says that it cannot connect with the websockets running on ws://localhost:1815 and ws://localhost:1816.
I have attempted to
- add host permissions to allow for all localhost connection in the manifest.
- put the container network in host mode
- changed ip address binding for the container around from 0.0.0.0 to 127.0.0.1
As mentioned when running on the host machine this connection is completely fine.
Thanks!
4 replies