rtc-web-archive
rtc-web-archive copied to clipboard
Getting CORS error in latest chrome browser v90
Hello Community,
I have been using Agora since 2 years. Recently it is started encountering CORS issue in config file.
POST https://cds-ap-web-1.agora.io/api/v1?action=config net::ERR_FAILED
Access to XMLHttpRequest at 'https://cds-ap-web-3.agora.io/api/v1?action=config' from origin '<my domain>' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
POST https://cds-ap-web-3.agora.io/api/v1?action=config net::ERR_FAILED
Access to XMLHttpRequest at 'https://cds-ap-web-2.agoraio.cn/api/v1?action=config' from origin '<my domain>' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
POST https://cds-ap-web-2.agoraio.cn/api/v1?action=config net::ERR_FAILED
15:18:44:203 Agora-SDK [ERROR]: [30F19] Disconnect from server [{"type":"disconnect"}], attempt to recover [#1] after 1 seconds
However its working in old browser versions. There is no any settings in Agora console to configure CORS
Chrome: Version 90.0.4430.93 (Official Build) (64-bit)
Looking forward for support, thank you!
it seems the problem is your request to https://cds-ap-web-1.agora.io/api/v1?action=config failed.