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
./fetch-schema.sh
...
⚠ request to http://localhost:8081/admin/api failed, reason: connect ECONNREFUSED ::1:8081
diff: 09D00866-45EA-458B-B321-0D4FB77EF873.graphql: No such file or directory
GraphQL schema was updated!
mv: rename 09D00866-45EA-458B-B321-0D4FB77EF873.graphql to doc/schema.graphql: No such file or directory
The text was updated successfully, but these errors were encountered:
localhost on macos could be considered as IPv6 adress. It led to
following issue: "reason: connect ECONNREFUSED ::1:8081". Let's
replace it to 127.0.0.1 (that is IPv4 as expected) to solve an
issue.
Closes#1628
localhost on macos could be considered as IPv6 adress. It led to
following issue: "reason: connect ECONNREFUSED ::1:8081". Let's
replace it to 127.0.0.1 (that is IPv4 as expected) to solve an
issue.
Closes#1628
localhost on macos could be considered as IPv6 adress. It led to
following issue: "reason: connect ECONNREFUSED ::1:8081". Let's
replace it to 127.0.0.1 (that is IPv4 as expected) to solve an
issue.
Closes#1628
localhost on macos could be considered as IPv6 adress. It led to
following issue: "reason: connect ECONNREFUSED ::1:8081". Let's
replace it to 127.0.0.1 (that is IPv4 as expected) to solve an
issue.
Closes#1628
cartridge build
cartridge start -d
http://localhost:8081/admin/api
Also
./fetch-schema.sh
return errors.The text was updated successfully, but these errors were encountered: