New ipfs hashes not working via gateway

add() worked and returned me a hash
https://ipfs.infura.io/ipfs/QmS1ADk3CLYHWBoVShDLmTMvQuMZ6kLpywZhHXBtJ6cjdM

When I try to load the above hash it redirects me to
https://bafybeibwob76wouif3hwmf2aigl5fj3iqtixdftninyck2wnmne6h2c2jq.ipfs.infura-ipfs.io

The new redirect url does not load for me

bafybeibwob76wouif3hwmf2aigl5fj3iqtixdftninyck2wnmne6h2c2jq. ipfs.infura-ipfs.io ’s server IP address could not be found.

DNS_PROBE_FINISHED_NXDOMAIN

However curl works on command line. Python http client also cannot load the url. What is going on here?

Hi @yash - welcome to the Infura community!
Interesting; the URLs both load for me. I’d suggest trying a different browser to load the URL. If you’re still having issues, let us know and we can see what we can do to help.

Ahh so it must be the country I am in. I just hopped on VPN (USA) and it worked.

curl https://bafybeibwob76wouif3hwmf2aigl5fj3iqtixdftninyck2wnmne6h2c2jq.ipfs.infura-ipfs.io

curl: (6) Could not resolve host: bafybeibwob76wouif3hwmf2aigl5fj3iqtixdftninyck2wnmne6h2c2jq.ipfs.infura-ipfs.io

Glad to hear you were able to access it using the VPN!