When trying to pair my devkit flex2 i get Cors Missing Allow Origin 401 unauthorized
I created a rest app in sandbox developer portal, that i installed my app to my test merchant. The redirect uri is set to http://localhost:3000 and the cors is set to http://localhost:3000 with Default Oauth response to token (testing only) to test.
all that well configured like said in
https://docs.clover.com/docs/using-oauth-20#
and
https://docs.clover.com/docs/using-cors#
When i click on the ExampleOauthRequest, like said in the doc, I get the redirection with all the right information and the access_token. But it don't work because it gets an 401 unauthorize CORS Missing Allow Origin.