Quote:
CORS header 'Access-Control-Allow-Origin' does not match
You haven't shown any of the CORS headers returned by your site, nor the code that sets them. But the error message is perfectly clear: the headers returned
do not match the calling site.
You need to check the URL of the calling site, and the headers returned from the remote site. Use your browser's developer tools in the "network" tab to see the request and response information.