Enabling Private Network and Custom Domain in PR Environments
Is there a way to enable a Private Network and Custom Domain when creating a PR environment? My project requires
RAILWAY_PUBLIC_DOMAIN
and Postgres.DATABASE_PRIVATE_URL
to start the service, so the PR environment breaks. I've checked past inquiries but couldn't find a valid method. Thank you.
Project ID: 4f05b12f-b4e3-4684-9561-713fd623d6452 Replies
Project ID:
4f05b12f-b4e3-4684-9561-713fd623d645
This has been solved.
It appears that the custom domain is generated after a successful startup. By excluding the domain from the startup checks of my service, the custom domain started to be generated.
I am not sure about the private network, but it is now operating normally .