Skip to content
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

Minified React error: Verba gui stops loading #271

Open
2 of 6 tasks
Marc-Vreeburg opened this issue Sep 5, 2024 · 1 comment
Open
2 of 6 tasks

Minified React error: Verba gui stops loading #271

Marc-Vreeburg opened this issue Sep 5, 2024 · 1 comment
Labels
investigating Bugs that are still being investigated whether they are valid

Comments

@Marc-Vreeburg
Copy link

Description

Trying to get Verba running in Docker. Containers are build and running without errors.
When starting gui with http://ipadres_local:8000 gui hangs with browser developer tool complaining about React:

Minified React error #418
Hydration failed because the server rendered HTML didn't match the client. As a result this tree will be regenerated on the client. This can happen if a SSR-ed Client Component used:

  • A server/client branch if (typeof window !== 'undefined').
  • Variable input such as Date.now() or Math.random() which changes each time it's called.
  • Date formatting in a user's locale which doesn't match the server.
  • External changing data without sending a snapshot of it along with the HTML.
  • Invalid HTML tag nesting.

It can also happen if the client has a browser extension installed which messes with the HTML before React loaded.

https://react.dev/link/hydration-mismatch[missing argument]

Minified React error #423
There was an error while hydrating but React was able to recover by instead client rendering the entire root.

Failed to fetch from http://localhost:8000/api/health: TypeError: Failed to fetch

Failed to load resource: net::ERR_CONNECTION_REFUSED

Minified React error #425
Text content does not match server-rendered HTML.

Installation

  • pip install goldenverba
  • pip install from source
  • Docker installation

If you installed via pip, please specify the version:

Weaviate Deployment

  • Local Deployment
  • Docker Deployment
  • Cloud Deployment

Configuration

Running Docker / Docker compose on Ubuntu

Additional context

No problem with code before merge 2.0
I'm using a browser without extensions.

@thomashacker
Copy link
Collaborator

Interesting, thanks a lot for the issue! I will look into it

@thomashacker thomashacker added the investigating Bugs that are still being investigated whether they are valid label Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
investigating Bugs that are still being investigated whether they are valid
Projects
None yet
Development

No branches or pull requests

2 participants