Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Graphcool framework - Deploy not working #563

Open
pbandjs opened this issue Oct 11, 2018 · 5 comments
Open

Graphcool framework - Deploy not working #563

pbandjs opened this issue Oct 11, 2018 · 5 comments

Comments

@pbandjs
Copy link

pbandjs commented Oct 11, 2018

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

@pbandjs
Copy link
Author

pbandjs commented Oct 16, 2018

This still does not work for me. I need to launch this service this week. Anybody got any suggestions to fix this?

@vitorpiovezam
Copy link

same here, after choose the cluster to deploy, nothing happens

@jinshin1013
Copy link

Here are some error stack when trying to deploy and authorize the cli

Failed to load resource: the server responded with a status of 502 ()
Access to fetch at 'https://cli-auth-api.graph.cool/prod/update' from origin 'https://console.graph.cool' 
has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the 
requested resource.

@noobling
Copy link

noobling commented Jan 7, 2019

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..

@bre7
Copy link

bre7 commented Jan 21, 2019

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 🤷‍♂️

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

5 participants