I created an App from my dashboard. I set the Web Configuration URL and CORS Domain to http://localhost:8080 and Default OAuth response to TOKEN. I modified the code like this
this.remoteApplicationId ="JDBN0MQ6SX5BM.SAFRZKF8CYTFM";and then ran my App from the dashboard.
When the page opens, I get an alert TypeError: NetworkError when attempting to fetch resource.and the console says Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://sandbox.dev.clover.com/v3/merchants/V1NFVKYB8WWQ1/devices?access_token=[removed]. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing)
Will this example not work for my App?