Eugeny / tabby-web

Tabby Web - an SSH/Telnet/Serial client in your browser.
https://tabby.sh
MIT License
806 stars 120 forks source link

Using latest docker image, unable to load bundled distribution #102

Open varoOP opened 1 year ago

varoOP commented 1 year ago

The latest docker image is bugged. Error on clean installation:

tabby-web  | WARNING Not Found: /app-dist/1.0.187-nightly.1/tabby-web-container/dist/preload.js
tabby-web  | WARNING Not Found: /app-dist/1.0.187-nightly.1/tabby-web-container/dist/bundle.js
tabby-web  | WARNING Not Found: /app-dist/1.0.187-nightly.1/tabby-web-container/dist/preload.js

Even if I add my own distribution version using manage.sh, I get the same error. Any help would be appreciated!

Acris commented 1 year ago

The same issue. It is due to a temporary directory in /app-dist/1.0.187-nightly.1

Same with https://github.com/Eugeny/tabby-web/issues/86

archibaldodlc commented 11 months ago

I leave a possible solution in this topic: https://github.com/Eugeny/tabby-web/issues/86#issuecomment-1753179783