I am running Sveltekit and my Golang server on the same machine localhost (I have enabled mode: 'no-cors',). when i was creating post fetch to the server i was unable to get the json response . For ...
My app is working fine locally. When backend engineer uploads build on server it throws an error, "Uncaught SyntaxError: Unexpected token '<'" and UI turns into a blank screen. Now, I'm not sure if ...