Problem description
I received the "TypeError: Failed to fetch" error when I tried to access a bucket or object in Object Storage Service (OSS) from the browser.
Causes
This error occurs due to one of the following reasons:
The network connection is abnormal.
An ad blocker plug-in added to your browser filters the name of the bucket or object because the name of the bucket or object contains "ad". For example, bucket names or object names adtest and aadb are filtered.
Solutions
To fix this problem, perform the following steps:
Check your network connection. You can run the ping command to test the network connection to OSS. Make sure that the network is normal before you proceed to the next steps.
Check whether an ad blocker plug-in is added to your browser. If an ad blocker plug-in exists in your browser, disable the plug-in or add the domain name of OSS to a whitelist of the plug-in. If the problem persists, proceed to the next step.
Check whether the bucket name or object name contains "ad". We recommend that you do not include the "ad" characters in bucket names or object names.
Applicable scope
OSS