As soon as I start the application, I get the following in the browser console:
Uncaught (in promise) SyntaxError: “[object Object]” is not valid JSON
at JSON.parse () at l._storageChangeDispatcher
(content.js:2:855976) at _storageChangeDispatcherCallback
(content.js:2:855424)
The weird part is that it occurs infinitely and at random intervals. Every few seconds, there’s a new report of this error in the console.
nx : 19.0.2
@nx/js : 19.0.2
@nx/jest : 19.0.2
@nx/linter : 19.0.2
@nx/eslint : 19.0.2
@nx/workspace : 19.0.2
@nx/angular : 19.0.2
@nx/devkit : 19.0.2
@nx/esbuild : 19.0.2
@nx/eslint-plugin : 19.0.2
@nx/node : 19.0.2
@nx/playwright : 19.0.2
@nx/plugin : 19.0.2
@nrwl/tao : 19.0.2
@nx/web : 19.0.2
@nx/webpack : 19.0.2
typescript : 5.4.5
---------------------------------------
Community plugins:
@ngrx/component-store : 17.1.0
@ngrx/effects : 17.1.0
@ngrx/entity : 17.1.0
@ngrx/router-store : 17.1.0
@ngrx/schematics : 17.1.0
@ngrx/store : 17.1.0
@ngrx/store-devtools : 17.1.0
1