LightRAG
LightRAG copied to clipboard
[Bug]:server start success but chrome console error Cannot read properties of null (reading 'blendFunc')
Do you need to file an issue?
- [ ] I have searched the existing issues and this bug is not already filed.
- [ ] I believe this is a legitimate bug, not just a question or feature request.
Describe the bug
lightrag-server success
In Mac
chrome error,and my chrome update latest version 142
Uncaught TypeError: Cannot read properties of null (reading 'blendFunc') at t.value (index-CRtuqff2.js:958:27440) at new t (index-CRtuqff2.js:958:4275) at index-CRtuqff2.js:958:40766 at Ls (index-CRtuqff2.js:49:51178) at oE (index-CRtuqff2.js:49:52106) at _0 (index-CRtuqff2.js:49:51218) at Object.useState (index-CRtuqff2.js:49:63527) at cr.useState (index-CRtuqff2.js:18:7541) at index-CRtuqff2.js:958:40526 at tE (index-CRtuqff2.js:49:48861)
but safari can work well
Steps to reproduce
simple step like github
uv pip install "lightrag-hku[api]"
cp env.example .env # Update the .env with your LLM and embedding configurations
lightrag-server
Expected Behavior
No response
LightRAG Config Used
Paste your config here
the default config
Logs and screenshots
Additional Information
- LightRAG Version:
- Operating System:
- Python Version:
- Related Issues:
Please provide additional context regarding the error occurrence:
- Is this a fresh installation of LightRAG or an upgrade?
- Have you attempted a forced reset of the loading page?
- Have you tried accessing the system using a different browser?