useEffect() and awaiting the data as well. When I am trying to convert the data into json, it is giving me the error of Uncaught (in promise) SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON datalocalhost:4000 and react app is on localhost:5173. I tried CORS and even adding a proxy in package.json but that also didnt work.