I'm trying to deploy my subgraph to The Graph Studio using the following command:
graph deploy my-subgraph-name
I tried many time but still I'm getting this message:
Failed to deploy to Graph node https://api.studio.thegraph.com/deploy/: Subgraph not found.
Failed to upload file to IPFS: ... Error code 502: Bad Gateway
It looks like a Cloudflare or server issue, not a problem with my code. My setup is correct, and the subgraph compiles without issues. This problem started recently and persists even after multiple retries.
Graph codegen && graph build is are also running correctly.
Here are the details:
- Graph CLI version: 0.97.0
- Node.js version: 22.14.0
- OS: Windows 11
I'm deploying a subgraph for an NFT contract.
Is this a known issue with The Graph Studio? Is there a workaround or solution I can apply?