tabby-web icon indicating copy to clipboard operation
tabby-web copied to clipboard

/app-dist/1.0.163/tabby-web-container Not Found

Open cfragkos opened this issue 1 year ago • 2 comments

Describe the problem: After having installed using docker run on your uploaded package ghcr.io/eugeny/tabby-web everything works fine, config sync too, but the web ui doesn't open Error is `

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

`

EXTRA INFO: using ls in the directories it seems that instead of /app-dist/1.0.187-nightly.1/tabby-web-container folder there exists a /app-dist/1.0.187-nightly.1/tmpof8vy8k0 folder To Reproduce:

  • Create a mariadb
  • Install using docker run with the appropriate env vars
  • migration completes
  • login with google works
  • ui in the center (sidebar works fine) does not load

cfragkos avatar Jan 11 '24 09:01 cfragkos

I have exactly the same problem. I would really like to use the web ui and not only the client sync part.

If you do a cp -r tmpj469vx9k/* .
the spinner disappears and you get the logo, but you cannot do anything in the app except entering settings unfortunately,

joggs avatar Mar 16 '24 10:03 joggs

You can use docker-compose run tabby /manage.sh add_version 1.0.197-nightly.1 and ensure that you - APP_DIST_STORAGE="file:///app-dist" set as a variable.

Gyarbij avatar Jun 09 '24 12:06 Gyarbij