Describe the bug
Websocket connection error: [object Event] message shows up on the page very often, on average every eight seconds. Displays the message repeatedly and doesn't matter if I'm editing the text or not.
To Reproduce
Fresh install on Debian, following the permission guide on README.
Expected behavior
I don't think this should pop up as often as it does.
Screenshots
Desktop (please complete the following information):
- OS: Win11
- Browser: chrome
Additional context
Used docker command
docker run -d --name dumbpad -p 3567:3000 -e DUMBPAD_PIN=6969 -v /home/ubuntu/docker/dumbpad/data:/app/data --restart=unless-started dumbwareio/dumbpad:latest
Otherwise the DumbPad works fine.
Ctrl+z seems to cause lines getting removed however, not sure if related to this.
EDIT: Added more info
Describe the bug
Websocket connection error: [object Event]message shows up on the page very often, on average every eight seconds. Displays the message repeatedly and doesn't matter if I'm editing the text or not.To Reproduce
Fresh install on Debian, following the permission guide on README.
Expected behavior
I don't think this should pop up as often as it does.
Screenshots
Desktop (please complete the following information):
Additional context
Used docker command
docker run -d --name dumbpad -p 3567:3000 -e DUMBPAD_PIN=6969 -v /home/ubuntu/docker/dumbpad/data:/app/data --restart=unless-started dumbwareio/dumbpad:latestOtherwise the DumbPad works fine.
Ctrl+z seems to cause lines getting removed however, not sure if related to this.
EDIT: Added more info