Hi @thien.tm2727,
Whenever you encounter the "https://YOUR_DOMAIN" has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource. error, it is because the origin of the request is not explicitly allowed in the Allowed Web Origins setting for your application.
In this case, you will need to include http://abc_company.localhost:3002 in the Allowed Web Origins in your application settings.
This way, the browser will accept the cross-origin response and resolve the error.
Please refer to our Configure Cross-Origin Resource Sharing documentation.
Thanks,
Rueben