LightRAG icon indicating copy to clipboard operation
LightRAG copied to clipboard

[Bug]:server start success but chrome console error Cannot read properties of null (reading 'blendFunc')

Open VVege opened this issue 4 months ago • 1 comments

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

Image Image

Additional Information

  • LightRAG Version:
  • Operating System:
  • Python Version:
  • Related Issues:

VVege avatar Nov 21 '25 02:11 VVege

Please provide additional context regarding the error occurrence:

  1. Is this a fresh installation of LightRAG or an upgrade?
  2. Have you attempted a forced reset of the loading page?
  3. Have you tried accessing the system using a different browser?

danielaskdd avatar Nov 21 '25 03:11 danielaskdd