graph-tooling icon indicating copy to clipboard operation
graph-tooling copied to clipboard

Unable to initialize Subgraph for Self-Hosted Graph Node

Open creazy231 opened this issue 1 year ago • 0 comments

Which packages are impacted by your issue?

@graphprotocol/graph-cli

Describe the issue

Since the release of v0.74.0 in https://github.com/graphprotocol/graph-tooling/releases/tag/%40graphprotocol%2Fgraph-cli%400.74.0 is not possible to initialize a new subgraph project for self-hosted graph nodes anymore.

Is there any workaround or a flag to get this done?

Reproduction

graph init with intention to self-host the graph node

Steps to Reproduce the Bug or Issue

  1. Run graph-node using Docker.
  2. Try to initialize a new subgraph using graph init for hosted service

Expected behavior

Expect to be able to initialize a subgraph for self-hosted graph node

Screenshots or Videos

No response

Platform

System: OS: macOS 14.4.1 CPU: (10) arm64 Apple M2 Pro Memory: 778.80 MB / 16.00 GB Shell: 5.2.26 - /usr/local/bin/bash Binaries: Node: 20.15.0 - ~/.nvm/versions/node/v20.15.0/bin/node Yarn: 1.22.22 - ~/.nvm/versions/node/v20.15.0/bin/yarn npm: 10.7.0 - ~/.nvm/versions/node/v20.15.0/bin/npm pnpm: 8.6.6 - ~/.nvm/versions/node/v20.15.0/bin/pnpm bun: 1.1.4 - ~/.bun/bin/bun

Subgraph Manifest

No response

Subgraph GraphQL Schema

No response

Additional context

No response

creazy231 avatar Jul 05 '24 01:07 creazy231