Error running dist/client/index.js
Got this error during node dist/client/index.js
I have ran tsc -b also followed as same as in docs
2 Replies
That means HTML has been returned instead of JSON, which is an infrastructure setup issue. Maybe a 404 response from your web server?
Solved, I was having this problem because I was running another project on this port from wsl since it was running in background so , I restarted my PC and problem solved