You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This last step fails. In the deploy, everything works successfully (migrations, compile, subgraph files, upload everything to IPFS), but then the final deployment returns: ✖ HTTP error deploying the subgraph 504
What is the expected behavior?
The subgraph to be deployed at the end.
Other notes: I tried repeating this process with specVersion 0.0.4 and adding as features the ipfsOnEthereumContracts and fullTextSearch, but same error occurs.
The text was updated successfully, but these errors were encountered:
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
When deploying the graph, everything seems to work properly, until the final deploy step. A
HTTP error deploying the subgraph 504
is returned.If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.
nvm install 12
or whatever equivalent to change to Node v12yarn install
node render-templates.js "arbitrum-rinkeby"
npx graph codegen
yarn fix-schema.ts
npx graph build
npx graph auth --product hosted-service {key}
npx graph deploy --product hosted-service greenlucid/curate-arbitrum-rinkeby
This last step fails. In the deploy, everything works successfully (migrations, compile, subgraph files, upload everything to IPFS), but then the final deployment returns:
✖ HTTP error deploying the subgraph 504
What is the expected behavior?
The subgraph to be deployed at the end.
Other notes: I tried repeating this process with
specVersion 0.0.4
and adding asfeatures
theipfsOnEthereumContracts
andfullTextSearch
, but same error occurs.The text was updated successfully, but these errors were encountered: