-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
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
Blank UI: Unhandled Promise Rejection: ReferenceError: Cannot access uninitialized variable. #386
Comments
It's a safari 17.1.2 on macosx issue. On chrome it just works. |
for me doesn't work on any browser. |
Refer to: #426 |
Fix white ui issues: |
currently fix #295 |
same here, without Docker |
erkinalp
added a commit
to erkinalp/devika
that referenced
this issue
Dec 18, 2024
- Add loading and error states for blank UI (stitionai#386) - Fix mobile layout and responsive design (stitionai#538) - Improve widget components for mobile devices - Add proper truncation and overflow handling - Enhance touch scrolling support - Implement responsive sidebar layout Co-Authored-By: Erkin Alp Güney <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
current checkout simply shows a blank UI
This the javascript console:
Unhandled Promise Rejection: ReferenceError: Cannot access uninitialized variable.
This is the backend:
docker compose up
[+] Running 2/0
✔ Container devika-devika-backend-engine-1 Created 0.0s
✔ Container devika-devika-frontend-app-1 Created 0.0s
Attaching to devika-backend-engine-1, devika-frontend-app-1
devika-frontend-app-1 | $ vite dev --host
devika-backend-engine-1 | 24.04.07 07:42:40: root: INFO : Initializing Devika...
devika-backend-engine-1 | 24.04.07 07:42:40: root: INFO : Initializing Prerequisites Jobs...
devika-frontend-app-1 |
devika-frontend-app-1 | VITE v5.2.8 ready in 767 ms
devika-frontend-app-1 |
devika-frontend-app-1 | ➜ Local: http://localhost:3000/
devika-frontend-app-1 | ➜ Network: http://172.27.0.3:3000/
devika-backend-engine-1 | 24.04.07 07:42:45: root: INFO : Loading sentence-transformer BERT models...
devika-backend-engine-1 | 24.04.07 07:42:48: root: INFO : BERT model loaded successfully.
devika-backend-engine-1 | 24.04.07 07:42:50: root: INFO : Ollama available
devika-backend-engine-1 | huggingface/tokenizers: The current process just got forked, after parallelism has already been used. Disabling parallelism to avoid deadlocks...
devika-backend-engine-1 | To disable this warning, you can either:
devika-backend-engine-1 | - Avoid using
tokenizers
before the fork if possibledevika-backend-engine-1 | - Explicitly set the environment variable TOKENIZERS_PARALLELISM=(true | false)
devika-backend-engine-1 | huggingface/tokenizers: The current process just got forked, after parallelism has already been used. Disabling parallelism to avoid deadlocks...
devika-backend-engine-1 | To disable this warning, you can either:
devika-backend-engine-1 | - Avoid using
tokenizers
before the fork if possibledevika-backend-engine-1 | - Explicitly set the environment variable TOKENIZERS_PARALLELISM=(true | false)
devika-backend-engine-1 | 24.04.07 07:42:52: root: INFO : Devika is up and running!
The text was updated successfully, but these errors were encountered: