Hi ,
The CORS errors in your React app, hosted in Azure AppService, may be caused by the root domain redirection rules. When redirecting wildcard domains, CORS issues can arise. To resolve this, ensure that your CORS policy allows requests from all relevant domains. Additionally, validate that the server responds with appropriate CORS headers. Review your CORS configuration and adjust it to accommodate both the root and wildcard domains. Testing with wildcard domains in different environments can help identify and address any specific CORS-related challenges. Regards , Saravanan Ganesan.