Chop
Chop
RRailway
Created by Chop on 12/29/2023 in #✋|help
Creating service with railway api doesn't deploy properly anymore
Hello, when we create a new service using the railway api the "services" gets created but no deploys are made and a vague error is returned from the api. This was working before, a few weeks ago. We've changed nothing. Is there something we are doing incorrectly?
mutation {
serviceCreate(
input: {projectId: "", source: {image: "zjxde/ngnix-test"}}
) {
id
project {
environments {
edges {
node {
id
}
}
}
}
}
}
mutation {
serviceCreate(
input: {projectId: "", source: {image: "zjxde/ngnix-test"}}
) {
id
project {
environments {
edges {
node {
id
}
}
}
}
}
}
Error:
{
"errors": [
{
"message": "Problem processing request"
}
],
"data": null
}
{
"errors": [
{
"message": "Problem processing request"
}
],
"data": null
}
22 replies
RRailway
Created by Chop on 11/25/2023 in #✋|help
deploy docker image failing with no logs or build logs. Container build and runs fine locally
"No deployment logs. All output sent to stdout will be displayed here" "No build logs associated with this deployment."
35 replies