Cross-Origin Resource Sharing (CORS) is a mechanism that allows different domains to interact with one another. When an API server runs on a subdomain and a React app operates on the main domain, CORS errors can occur, such as the "failed to access subdomain from main domain: No 'Access-Control-Allow-Origin'" error.
Inspect the preflight request in the Chrome DevTools to check for cached responses and preflight requests. Execute the preflight request using a tool like curl, remembering to add the -i option to output the response headers.
Misconfiguration in AWS Load Balancer Target Group (Based on OP's Solution)
The root cause of this particular issue was a misconfiguration in the AWS Load Balancer Target Group. The target group's protocol was set to HTTPS even though appropriate SSL certificates were not provided. Correcting the protocol resolved the problem.
Disclaimer: All resources provided are partly from the Internet. If there is any infringement of your copyright or other rights and interests, please explain the detailed reasons and provide proof of copyright or rights and interests and then send it to the email: [email protected] We will handle it for you as soon as possible.
Copyright© 2022 湘ICP备2022001581号-3