question

vinod-nodejs avatar image
vinod-nodejs asked zgreathouse Deactivated commented

Cross-Origin Read Blocking (CORB) blocked cross-origin response

Cross-Origin Read Blocking (CORB) blocked cross-origin response
https://sandbox.dev.clover.com/v3/merchants/mercha...
I integrated(Semi-integration) clover flex device connection in angular web application. It worked in my local(localhost). But not working when I build and deployed. giving the above error.
When connecting to device I got the following error
https://sandbox.dev.clover.com/v2/merchant/{ {merchant_id}}/remote_pay?access_token={ {token}}
Error sending alert to device. Details: status returned was not 200.
I fallowed codelab-remote-pay-cloud example
Clover Flex
1 comment
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

zgreathouse avatar image zgreathouse commented ·

Cross-Origin errors are generated by your Web Browser. This is a difficult error to troubleshoot without access to your code. I would check to make sure your CORS domain matches your site url in the web settings of your application.

0 Likes 0 ·

0 Answers

Welcome to the
Clover Developer Community