Replies: 6 comments
|
Hi <@1000824268155801782> . DIUC that it throws 500 right when you open the start page? |
0 replies
|
Not sure what .DIUC is? See the full log |
0 replies
|
thanks for taking a look |
0 replies
|
DIUC = "Do I understand correctly". Sorry for complex abbreviations |
0 replies
|
hi <@1000824268155801782> can you please check your node version? this error occurs with node v25.x the current release which introduced a new localStorage API that's still being stabilized. try switching to node v24 LTS or any version earlier than 25 and then run it again. for more refrence you could read this - mswjs/msw#2626 thanks! |
0 replies
|
Thank you for taking a look at this. Downgrading to node v24 LTS solved the issue for me. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
=I'm new to Cognee and have just installed it, but I seem to have a problem running the Cognee-cli -ui.
I'm running python version: Python 3.12.8 and have sucessfully run the quickstart example.
Getting the following error, any help would be greatly appreciated:
Note: Press Ctrl+C to stop the server...
[FRONTEND] ✓ Compiled /middleware in 110ms (108 modules)
[FRONTEND] ○ Compiling / ...
[FRONTEND] ✓ Compiled / in 1456ms (3347 modules)
[FRONTEND] ⨯ [TypeError: localStorage.getItem is not a function] {
[FRONTEND] digest: '613110126'
[FRONTEND] }
[FRONTEND] [TypeError: localStorage.getItem is not a function]
[FRONTEND] ⨯ [TypeError: localStorage.getItem is not a function] { page: '/' }
[FRONTEND] (node:3982) Warning:
--localstorage-filewas provided without a valid path[FRONTEND] (Use
node --trace-warnings ...to show where the warning was created)[FRONTEND] ✓ Compiled /_error in 451ms (3681 modules)
[FRONTEND] [TypeError: localStorage.getItem is not a function]
[FRONTEND] [TypeError: localStorage.getItem is not a function]
[FRONTEND] ⨯ [TypeError: localStorage.getItem is not a function]
[FRONTEND] ⨯ [TypeError: localStorage.getItem is not a function]
[FRONTEND] [TypeError: localStorage.getItem is not a function]
[FRONTEND] ⨯ unhandledRejection: [TypeError: localStorage.getItem is not a function]
[FRONTEND] ⨯ unhandledRejection: [TypeError: localStorage.getItem is not a function]
[FRONTEND] [TypeError: localStorage.getItem is not a function]
[FRONTEND] [TypeError: localStorage.getItem is not a function]
[FRONTEND] ⨯ [TypeError: localStorage.getItem is not a function]
[FRONTEND] [TypeError: localStorage.getItem is not a function] { page: '/' }
[FRONTEND] [TypeError: localStorage.getItem is not a function]
[FRONTEND] ⨯ unhandledRejection: [TypeError: localStorage.getItem is not a function]
[FRONTEND] ⨯ unhandledRejection: [TypeError: localStorage.getItem is not a function]
[FRONTEND] GET / 500 in 3703ms
[FRONTEND] GET / 500 in 246ms
This discussion was automatically pulled from Discord.
All reactions