I have OAuth working both coming from my site and from the clover dashboard. However, I would like to, in certain circumstances redirect to a different URI than my default one. This is always generating a page that says
{"message":"Redirect URL was rejected. The redirect URL does not start with the CORS domain site URL. CORS domain is 'null', redirect URL is 'https://dev/
realpayment.net/oauth/oAuthReturn' and the CORS Domain is not set."}
It is correct that I do not have CORS set. The URI there is the exact one set for the app to redirect (and without including it, things work flawlessly). The documentation says it has to be a subpath. I have attempted adding to it, but this still generates this message.
Any suggestions?
Thanks,
Danielle