OldishCoder
OldishCoder
Hi Michael, Just a follow-up... The pop-up seems to appear correctly on the web browser on the computer serving the Streamlit application. But on any machine on the local network...
OK, new post this time instead of editing previous... I think the network machine is tripping on this error: `BrowserAuthError: pkce_not_created: The PKCE code challenge and verifier could not be...
Hi, sorry, just noticed your question. No, I was not able to make this work. I spent some time debugging the JS and it seems the issue is in the...
I was directed here by an error response in weaviate-client 4.5.0 code upon a failure to load on Windows I definitely want it to work, else I cannot run weaviate...
In my case, I wanted to work with Weaviate on Windows... see my basic post above... I manged to get WSL working but once I did the EmbeddedDB seemed limited...
I'm experiencing the same on WSL2/linux... When building for linux according to docs/development.md e.g. cmake -B build; cmake --build build; go run . serve Ideally when I "git checkout v0.5.12"...