Hi @summermick,
You shouldn’t have CORS issues when running on the device. CORS problems are browser only.
In your web server if you allow all origins (*), the error should go away in the browser.
See more information here:
Hi @summermick,
You shouldn’t have CORS issues when running on the device. CORS problems are browser only.
In your web server if you allow all origins (*), the error should go away in the browser.
See more information here: