projectkudu / slingshot

This project implements the Deploy To Azure button
http://azure.microsoft.com/blog/2014/11/13/deploy-to-azure-button-for-azure-websites-2/
51 stars 20 forks source link

Intermittent Access-Control-Allow-Origin issues #74

Open josemaia opened 7 years ago

josemaia commented 7 years ago

Hello,

On deploying my GitHub-hosted template via the Deploy button, I frequently get XMLHttpRequest failures throughout the process.

An example is below:

XMLHttpRequest cannot load https://login.microsoftonline.com/common/oauth2/authorize?response_type=id_…Fapi%2Fdeployments%2F9d448a08-39ac-4eec-adc0-e21c686820a3%2Frg%2F1909mymis. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'https://deploy.azure.com' is therefore not allowed access.

This happens at all three stages. Is there anything I need to do on GitHub or my browser that can help with this issue? It only seems to happen on Chrome.