I met this issue:
input:
goldsky subgraph deploy polymarket-subgraph/1.0.0 --from-url https://api.goldsky.io/c/polymarket/gn/subgraphs/name/2f21c18c
output:
Deploying Subgraph:
✔ Getting subgraph deployment metadata
✖ Downloading subgraph from IPFS (This can take a while)
Deployment failed: Request failed with status code 524
I met the 524 issue always
Is it related to Goldsky's problem, or my input have some bugs?
When I followed the goldsky's doc to fork the plymarket subgraph:
curl -fsSL https://cli.goldsky.com/install | bash goldsky login (with my goldsky API)
I met this issue: input: goldsky subgraph deploy polymarket-subgraph/1.0.0 --from-url https://api.goldsky.io/c/polymarket/gn/subgraphs/name/2f21c18c output: Deploying Subgraph: ✔ Getting subgraph deployment metadata ✖ Downloading subgraph from IPFS (This can take a while)
Deployment failed: Request failed with status code 524
I met the 524 issue always
Is it related to Goldsky's problem, or my input have some bugs?
Thanks for your help!