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.
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:
if (typeof window !== 'undefined')
.Date.now()
orMath.random()
which changes each time it's called.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
If you installed via pip, please specify the version:
Weaviate 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.