Eugeny/tabby-web

Using latest docker image, unable to load bundled distribution

varoOP opened this issue · 2 comments

varoOP commented

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

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

Same with #86

I leave a possible solution in this topic: #86 (comment)