jbrodriguez / unbalance

Go/React/Tailwind app to move folders/files between Unraid disks
MIT License
185 stars 12 forks source link

unable to read websocket message: websocket: close 1006 (abnormal closure): unexpected EOF #96

Open g-vdn opened 2 months ago

g-vdn commented 2 months ago

Placed unbalanced behind Nginx Proxy Manager and enabled websocket support, no other config added to nginx. I can access the app , browse the options, but when it has to do calculations, just gets stuck and in logs I see:

unable to read websocket message: websocket: close 1006 (abnormal closure): unexpected EOF

Is there a nginx config I should use to be able to access unbalanced through NPM, or just I just stick to localhost:7090 ?

jbrodriguez commented 2 months ago

i haven't tried running unbalanced behind a reverse proxy, but it should kinda work :)

the websocket close message is generic, when you close the browser it logs that

i have wireguard running, so i just treat any service inside as if i were inside my lan

g-vdn commented 2 months ago

I encountered this issue locally, below is my set-up:

I used GATHER, selected few shares and clicked next. Some shares contain thousands of files (nextcloud , immich share, with many thumbnails), perhaps I have hit some timeout on nginx side, using localhost:7090 worked like a charm

Will try to see if I can find something on nginx config side.

Thanks for replying, and amazing job on the app, love it