R
Railway•2y ago
simpautus

Error adding service domain

I have a Remix app from Github repo and it deploys without problems. However it's not given a domain and when I click Generate Domain from the settings it errors:
Error adding service domain
Problem processing request
Error adding service domain
Problem processing request
Not sure if it's related but I can't change the project name either: Updating project failed I have tried creating the project couple of times with the same outcome. Project id: c9752dce-9da1-4554-a958-e3d2ecc38a28
19 Replies
angelo
angelo•2y ago
Gotcha, seems to be an outage on domain generation. Flagging Ok @simpautus - working on triaging now.
Faraz
Faraz•2y ago
Hey, could you please try again?
simpautus
simpautus•2y ago
Still errors
Faraz
Faraz•2y ago
Hmm, does updating the project still fail as well?
simpautus
simpautus•2y ago
Yes, both
Faraz
Faraz•2y ago
Hmm, do you mind jumping into the network tab and seeing what error is returned when you update the project name?
simpautus
simpautus•2y ago
{"errors":[{"message":"Problem processing request"}]}
{"errors":[{"message":"Problem processing request"}]}
` 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"
}
Faraz
Faraz•2y ago
Let me check something real quick. Could you try another browser? I feel like you're on an older version of our frontend. Or incognito. Whatever is easier.
simpautus
simpautus•2y ago
It worked on Safari.
Faraz
Faraz•2y ago
Hmm, I wonder how that'd happen. I've also triggered a fresh deployment of our client.
simpautus
simpautus•2y ago
But it worked on my Chrome just the other day too.
Faraz
Faraz•2y ago
Oh no, it should work on all browsers. For some reason, you just have a stale version of our client on your Chrome. Can you close all Railway tabs on your Chrome and open a fresh one? And then try again?
simpautus
simpautus•2y ago
Oh, right Just a second
Faraz
Faraz•2y ago
I just pushed a fresh deployment as well.
simpautus
simpautus•2y ago
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. Thank you!
Faraz
Faraz•2y ago
Try the domain too?
simpautus
simpautus•2y ago
Works
Faraz
Faraz•2y ago
Awesome, sorry about that. 🙂
simpautus
simpautus•2y ago
👌