weaviate / Verba

Retrieval Augmented Generation (RAG) chatbot powered by Weaviate
BSD 3-Clause "New" or "Revised" License
6.25k stars 675 forks source link

Minified React error: Verba gui stops loading #271

Open Marc-Vreeburg opened 2 months ago

Marc-Vreeburg commented 2 months ago

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:

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.

thomashacker commented 1 month ago

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