custom domain not available
When I try adding my custom domain to my railway account it says not available when it’s actually available
34 Replies
Project ID:
N/A
Earnest-nourishment
you need to remove that domain from your other service before you can add it to a new service
I did that
But it still shows that error
alright I'll check on this
Even tried adding another domain and showed the same thing
please send the domain in plaintext here
Aiteacher.learnrithm.com
what is the other domain?
Learnrithm.com
Same domain but main one and not custom
I’ve deleted the records of this subdomain from my other server
And deleted the cname from vercel which is the hosting servuces
okay, you will need to verify these domains before we can release them, verifying the root domain is sufficient in this case.
please add a
_railway.verify
TXT record to the learnrithm.com
domain with the value of PqLDRZ8Y
Ok
Let me do that
Something like this right?
I’ve added it
correct
So what else now
Can I add my sub domain nowb
not yet, please wait while we recover from an incident.
https://status.railway.app/cm1839mez0047y3pryf7idhcz
Ok
Around what time would it been done
I'm sorry but I don't have an ETA at this time
Solution
it is done, you can add your domain back to the service again
i noticed you are running a development server
Yes it did
Yes
that's going to cost you a lot
not to mention, it's unstable
You mean from the requests it making ?
the web server is unstable, it's not meant for production
How do you think we should approach that
don't run a development server
How would I now get my node server to run?💀
Cause I use express js
run the server in production mode
How do I do that
Any videos
I would be grateful
stop running it in development mode
it wouldn't be specific to Railway
You mean hosting the node server another place?
And not together
there's more to this than just an express server, are you sure it's not a frontend framework instead?
Eh I just remembered
Supposed to add npm start and not npm run in the runtime
So the server starts
And the Frontend follows
I just remembered
Now I know why am getting internal server error on my application