After updating my project to Angular 10 and incorporating angular universal, I encountered a strange error. While the application builds without any issues, I face an error when trying to run it on my development environment:
ERROR Error at XMLHttpRequest.send (/Users/user/Documents/Web Projects/Freelance/my-project/dist/frontend/server/main.js:297667:19)
The command I am using to run the application is:
npm run dev:ssr
I have double-checked the use of isPlatformBrowser in guards, but unfortunately, I haven't been able to resolve the issue yet. Any assistance would be greatly appreciated.