simpautus
simpautus
RRailway
Created by simpautus on 10/28/2022 in #✋|help
Error adding service domain
👌
30 replies
RRailway
Created by simpautus on 10/28/2022 in #✋|help
Error adding service domain
Works
30 replies
RRailway
Created by simpautus on 10/28/2022 in #✋|help
Error adding service domain
Thank you!
30 replies
RRailway
Created by simpautus on 10/28/2022 in #✋|help
Error adding service domain
I logged out on Chrome, closed the tab and logged back in. Now it updates the project name at least so I'd suppose it works.
30 replies
RRailway
Created by simpautus on 10/28/2022 in #✋|help
Error adding service domain
Just a second
30 replies
RRailway
Created by simpautus on 10/28/2022 in #✋|help
Error adding service domain
Oh, right
30 replies
RRailway
Created by simpautus on 10/28/2022 in #✋|help
Error adding service domain
But it worked on my Chrome just the other day too.
30 replies
RRailway
Created by simpautus on 10/28/2022 in #✋|help
Error adding service domain
It worked on Safari.
30 replies
RRailway
Created by simpautus on 10/28/2022 in #✋|help
Error adding service domain
This is the request payload.
{
"query": "mutation projectUpdate($id: String!, $data: ProjectUpdateData!) {\n projectUpdate(input: {id: $id, data: $data}) {\n success\n }\n}",
"variables": {
"id": "c9752dce-9da1-4554-a958-e3d2ecc38a28",
"data": {
"name": "ablaze-seashores",
"description": ""
}
},
"operationName": "projectUpdate"
}
{
"query": "mutation projectUpdate($id: String!, $data: ProjectUpdateData!) {\n projectUpdate(input: {id: $id, data: $data}) {\n success\n }\n}",
"variables": {
"id": "c9752dce-9da1-4554-a958-e3d2ecc38a28",
"data": {
"name": "ablaze-seashores",
"description": ""
}
},
"operationName": "projectUpdate"
}
30 replies
RRailway
Created by simpautus on 10/28/2022 in #✋|help
Error adding service domain
{"errors":[{"message":"Problem processing request"}]}
{"errors":[{"message":"Problem processing request"}]}
`
30 replies
RRailway
Created by simpautus on 10/28/2022 in #✋|help
Error adding service domain
Yes, both
30 replies
RRailway
Created by simpautus on 10/28/2022 in #✋|help
Error adding service domain
Still errors
30 replies
RRailway
Created by simpautus on 10/27/2022 in #✋|help
How to avoid auto detecting deno?
I did some re-structuring for my repo now and moved the deno files outside the Remix app. Then I set the app root to that Remix folder of the repo in Railway. Now it works again and the repo is perhaps more intuitive this way. So all good here.
7 replies
RRailway
Created by simpautus on 10/27/2022 in #✋|help
How to avoid auto detecting deno?
Originally I didn't set any commands but the ones from package.json were used. But after using the deno imports in some files I guess this happened: https://nixpacks.com/docs/providers/deno
7 replies