Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Whenever we try to add or remove a gateway or data source user, the operation will fail after a timeout, with no message or error shown to the end-user.
In the browser console, we see messages similar to:
Access to XMLHttpRequest at 'https://wabi-west-us-redirect.analysis.windows.net/metadata/datamovement/gateways/{removed}/principals/delete?api-version=10.0' from origin 'https://app.powerbi.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.Access to XMLHttpRequest at 'https://wabi-west-us-redirect.analysis.windows.net/metadata/datamovement/gateways/{removed}/datasources/{removed}/principals?api-version=10.0' from origin 'https://app.powerbi.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.Has anyone experienced this issue before? We've been seeing this intermittently for the past year and it is extremely frustrating that we need to keep trying for a few hours or couple days to manage gateway and data source users.
Have you solved your issue by now? If you have, could you please help mark the correct answer to finish the thread? Your contribution will be much appreciated.
Regards,
Jimmy Tao
To be general, this should be an issue of HTTP error, If the server is under your control, add the origin of the requesting site to the set of domains permitted access by adding it to the Access-Control-Allow-Origin header's value.
Reference: https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors/CORSMissingAllowOrigin.
Regards,
Jimmy Tao
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.