I will try change gateway (ex. gateway.pinata.cloud, cf-ipfs.com, ipfs.io) but not work, cf-ipfs.com work in first time but I try again, It is gateway timeout
We encountered similar issues when a gateway needs to take sometime to lookup the DHT. This is a particular problem for chrome which enforces a timeout if it does not receive anything from the server. Our solution is to continuously respond to client with http code StatusProcessing so client knows it needs to wait instead of timing out. We do enforce a hard timeout of 10mins on request though. Give it a shot on gw3.io
1 Like