We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi, I tried using the git with docker, the installations completed successfully, after running the docker i get: INFO: Started server process [1] INFO: Waiting for application startup. INFO: Application startup complete. INFO: Uvicorn running on http://0.0.0.0:8090 (Press CTRL+C to quit) INFO: 192.116.240.226:39292 - "GET / HTTP/1.1" 200 OK INFO: 192.116.240.226:39292 - "GET /_app/immutable/assets/2.9877725f.css HTTP/1.1" 200 OK INFO: 199.203.240.213:39294 - "GET /_app/immutable/entry/start.e4621793.js HTTP/1.1" 200 OK INFO: 192.116.240.226:39292 - "GET /_app/immutable/chunks/scheduler.8b74b908.js HTTP/1.1" 200 OK INFO: 192.116.240.226:39296 - "GET /_app/immutable/chunks/singletons.4c16d0fe.js HTTP/1.1" 200 OK INFO: 192.116.240.226:39300 - "GET /_app/immutable/entry/app.4f5bbb5d.js HTTP/1.1" 200 OK INFO: 199.203.240.213:39298 - "GET /_app/immutable/chunks/index.c146e4e6.js HTTP/1.1" 200 OK INFO: 199.203.240.213:39302 - "GET /_app/immutable/nodes/0.2a6e7c35.js HTTP/1.1" 200 OK INFO: 192.116.240.226:39292 - "GET /_app/immutable/nodes/2.06661bc9.js HTTP/1.1" 200 OK INFO: 192.116.240.226:39296 - "GET /favicon.png HTTP/1.1" 200 OK INFO: 199.203.240.213:39302 - "GET /_app/immutable/nodes/1.263229da.js HTTP/1.1" 200 OK
But when entering the http address all i get is: Loading... Do you have any idea why is that? Thank a lot and also thank you for the GitHub!
The text was updated successfully, but these errors were encountered:
Try swapping the urls as per the README, but for the file gaussian-viewer-frontend/public/_app/immutable/nodes/2.06661bc9.js.
gaussian-viewer-frontend/public/_app/immutable/nodes/2.06661bc9.js
Sorry, something went wrong.
Perfect that did the trick! Thanks again
Another question, When i use the bicycle model everything works fine, but when i switch to my models it stuck when loading the "video" any idea why?
No branches or pull requests
hi,
I tried using the git with docker, the installations completed successfully, after running the docker i get:
INFO: Started server process [1]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: Uvicorn running on http://0.0.0.0:8090 (Press CTRL+C to quit)
INFO: 192.116.240.226:39292 - "GET / HTTP/1.1" 200 OK
INFO: 192.116.240.226:39292 - "GET /_app/immutable/assets/2.9877725f.css HTTP/1.1" 200 OK
INFO: 199.203.240.213:39294 - "GET /_app/immutable/entry/start.e4621793.js HTTP/1.1" 200 OK
INFO: 192.116.240.226:39292 - "GET /_app/immutable/chunks/scheduler.8b74b908.js HTTP/1.1" 200 OK
INFO: 192.116.240.226:39296 - "GET /_app/immutable/chunks/singletons.4c16d0fe.js HTTP/1.1" 200 OK
INFO: 192.116.240.226:39300 - "GET /_app/immutable/entry/app.4f5bbb5d.js HTTP/1.1" 200 OK
INFO: 199.203.240.213:39298 - "GET /_app/immutable/chunks/index.c146e4e6.js HTTP/1.1" 200 OK
INFO: 199.203.240.213:39302 - "GET /_app/immutable/nodes/0.2a6e7c35.js HTTP/1.1" 200 OK
INFO: 192.116.240.226:39292 - "GET /_app/immutable/nodes/2.06661bc9.js HTTP/1.1" 200 OK
INFO: 192.116.240.226:39296 - "GET /favicon.png HTTP/1.1" 200 OK
INFO: 199.203.240.213:39302 - "GET /_app/immutable/nodes/1.263229da.js HTTP/1.1" 200 OK
But when entering the http address all i get is:
Loading...
Do you have any idea why is that?
Thank a lot and also thank you for the GitHub!
The text was updated successfully, but these errors were encountered: