-
Notifications
You must be signed in to change notification settings - Fork 129
Graphcool framework - Deploy not working #563
Comments
This still does not work for me. I need to launch this service this week. Anybody got any suggestions to fix this? |
same here, after choose the cluster to deploy, nothing happens |
Here are some error stack when trying to deploy and authorize the cli
|
For me I found out I had a service already name the same as the one I am trying to deploy you need a different service name. Its a shame they have stopped supporting this, I know this is free and all but its not hard to let everyone that they are no longer maintaining it.. |
Even for paying users support is pretty much dead 🤷♂️ |
I have a graphcool framework project hosted on shared-ap-northeast-1 which I have updated many times over the past few months. Over the last week, i have tried changing permissions as well as adding new types but neither is reflected in my project. When i run graphcool deploy, with debug, the deployment terminates with:
...a bunch of stuff omitted for brevity...
client choosing clusterEndpoint https://api.graph.cool/system +45ms
client Sending query +2ms
client mutation($projectId: String!, $force: Boolean, $isDryRun: Boolean!, $config: String!) {
client push(input: {
client projectId: $projectId
client force: $force
client isDryRun: $isDryRun
client config: $config
client version: 1
client }) {
client migrationMessages {
client type
client action
client name
client description
client subDescriptions {
client type
client action
client name
client description
client }
client }
client errors {
client description
client type
client field
client }
client project {
client id
client name
client alias
client projectDefinitionWithFileContent
client }
client }
client }
...a bunch of stuff omitted for brevity...
util timed out +0ms
Exiting with code: 0
The text was updated successfully, but these errors were encountered: