Issue with
environmentCreate
in Railway GraphQL API
contrary-bot
HOBBYOP

2 years ago

Hey there, we're seeing an issue with the environmentCreate function in a GitHub Action.

Action failed with error: Error: Problem processing request: {"response":{"errors":[{"message":"Problem processing request"}],"data":null,"status":200,"headers":{}},"request":{"query":"\n        mutation environmentCreate($input: EnvironmentCreateInput!) {\n            environmentCreate(input: $input) {\n                id\n                name\n                createdAt\n                deploymentTriggers {\n                    edges {\n                        node {\n                            id\n                            environmentId\n                            branch\n                            projectId\n                        }\n                    }\n                }\n                serviceInstances {\n                    edges {\n                        node {\n                            id\n                            domains {\n                                serviceDomains {\n                                    domain\n                                    id\n                    

I don't know if this is an issue with our side or the GraphQL API side. But just flagging in case the Railway team sees elevated API errors. Not majorly blocking right now.

5 Replies

2 years ago

Has this previously worked? what is your exact mutation?


contrary-bot
HOBBYOP

2 years ago

Yes it has been working before. We're using the Faolain/railway-pr-deploy@v2.0.4 github action.


2 years ago

Thanks for the flag! We will take a look at this


2 years ago

>We're using the Faolain/railway-pr-deploy@v2.0.4 github action.

Please Faolain, use staged changes!!


2 years ago

If this is continuing to happen for you, can you please share the payload that you are trying to create the environment for


Welcome!

Sign in to your Railway account to join the conversation.

Loading...