After migrating my angular application from 12 to 13, whenever I am running the app, and if I refresh the page or make a network call, I am getting the below error in the node terminal.
My current node version is 16.16.0 (previously it was 14.17.1)
I am also using ngrx, which also I migrated to v13
Has anyone faced a similar issue, and is there any solution to this?
Thanks