Hi Utkarsh Marathe,
You may try disabling CORS in chrome browser and try again
- Open
Start
window - Search
Run
and open it or pressWindow
+R
- Paste
chrome.exe --user-data-dir="C://Chrome dev session" --disable-web-security
and execute it
This will open a new browser with web security disabled. You can now access your project in this browser without worrying about the CORS errors.
chrome.exe --user-data-dir="C://Chrome dev session" --disable-web-security
Hope this helps.
--please don't forget to upvote
and Accept as answer
if the reply is helpful--