a month ago
I am new to everything in this world, so when I in about 4 hours created the most awsome application on vibecode, I was to existed that I now would develop these applications myself.
BUT, when I with the help of cloude code was to migrate this to gihub and then to railway.app so I could have this prototype online to show my colleagues was where the problem started.
I feel so sad now, where before I was so excited, but as I see it, a simple thing to bring the application online to web so it could be accessed from a browser it all was crushing down.
AFTER about 4 hours we manage to get the application online, but I cannot login to the application.
I do not know what todo, can anyone help, as I have lost all faith in claude code to do this what was going to be a quick basic standard operation.
HELP :-)
Pinned Solution
a month ago
And to answer your questions:
- Only Hobby or Pro plans have access to custom domains.
- Answered above.
- You'll need to ask your AI agent for that. We don't know how your codebase is written/structured.
- Yes.
- Again, we don't know how your codebase is written/structured.
If you're running a production web application, I would suggest upgrading to Hobby or Pro. The Free plan may not be sufficient for your use case.
And, always refer to https://railway.com/pricing for specific pricing details.
4 Replies
a month ago
Both of your services in the "stellar-clarity" project are currently in a FAILED state with no runtime logs, which typically means the deployments failed during the build phase or crashed immediately on startup. You can check the build logs for each service by clicking on the failed deployment in your project dashboard, then selecting the "Build Logs" tab to see the specific error. The most common cause for apps built with AI coding tools is that the app isn't configured to listen on the PORT environment variable that we inject, so your server must bind to 0.0.0.0:$PORT as described in our public networking docs.
a month ago
This thread has been marked as private. Any further activity in this thread will only be visible to you and Railway employees.
Status changed to Awaiting User Response Railway • about 1 month ago
Status changed to Awaiting Railway Response Railway • about 1 month ago
Railway
Both of your services in the "stellar-clarity" project are currently in a FAILED state with no runtime logs, which typically means the deployments failed during the build phase or crashed immediately on startup. You can check the build logs for each service by clicking on the failed deployment in your [project dashboard](https://railway.com/project/968c8cd3-a029-477e-9618-43ceaff6d583), then selecting the "Build Logs" tab to see the specific error. The most common cause for apps built with AI coding tools is that the app isn't configured to listen on the `PORT` environment variable that we inject, so your server must bind to `0.0.0.0:$PORT` as described in our [public networking docs](https://docs.railway.com/public-networking).
a month ago
My app details:
- •Project ID:
019d99dd-e989-763a-9ca6-813f5ce6d772 - •The app is a full-stack CRM (React webapp + Hono/Bun backend with Prisma + Better Auth)
- •It's running fine inside Vibecode (webapp on port 8000, backend on port 3000)
What I need from you:
- • Confirmation that custom domains are supported on my current Vibecode plan. If not, what plan do I need to upgrade to?
- •
The exact DNS records I need to add at my domain registrar to point from my subdomain (not created yet prototype.
greencore.onlineto my Vibecode app. For example: CNAME target, A record IP, or any TXT verification record. - • Where in the Vibecode dashboard I configure the custom domain on the Vibecode side (so it knows which app to route my domain to).
- • Whether SSL/HTTPS is handled automatically by Vibecode once DNS is pointed correctly, or if I need to do anything extra.
- •
Whether anything in my app needs to change — for example, environment variables, CORS settings, or Better Auth's
baseURL— to work correctly under the new domain.
My concern: I've already spent many hours and over $150 trying to deploy this to Railway without success. I want to avoid breaking what's currently working in Vibecode. Could you walk me through this step by step, or even better — set it up on your end if that's possible?
Thank you in advance for your help. This is blocking me from delivering to my clients, so any guidance you can provide quickly would be greatly appreciated.
a month ago
This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.
Status changed to Open Railway • about 1 month ago
a month ago
You can find the DNS records required to add to your domain by going into your service's networking settings then adding a custom domain from there.
a month ago
And to answer your questions:
- Only Hobby or Pro plans have access to custom domains.
- Answered above.
- You'll need to ask your AI agent for that. We don't know how your codebase is written/structured.
- Yes.
- Again, we don't know how your codebase is written/structured.
If you're running a production web application, I would suggest upgrading to Hobby or Pro. The Free plan may not be sufficient for your use case.
And, always refer to https://railway.com/pricing for specific pricing details.
Status changed to Solved 0x5b62656e5d • 4 days ago