I am building a web-app with this module, and during development, I get an error saying the fetch couldn't be completed because of CORS. Is there a way to add "no-cors" to header for development? (So that I can test my code on localhost)
I am building a web-app with this module, and during development, I get an error saying the fetch couldn't be completed because of CORS.
Is there a way to add "no-cors" to header for development? (So that I can test my code on localhost)