a month ago
Here is the log:
2026-01-28T08:14:05.632432480Z [inf] 2026-01-28T08:14:08.130040385Z [inf] [35m[Region: europe-west4][0m 2026-01-28T08:14:08.139831927Z [inf] 2026-01-28T08:14:08.139856801Z [inf] [38;2;125;86;243m╭─────────────────╮[0m 2026-01-28T08:14:08.139864239Z [inf] [38;2;125;86;243m│[0m Railpack 0.17.1 [38;2;125;86;243m│[0m 2026-01-28T08:14:08.139868178Z [inf] [38;2;125;86;243m╰─────────────────╯[0m 2026-01-28T08:14:08.139873275Z [inf] 2026-01-28T08:14:08.139877879Z [inf] [33m
Script start.sh not found[0m 2026-01-28T08:14:08.139881884Z [inf] [1;31m
Railpack could not determine how to build the app.[0m 2026-01-28T08:14:08.139886047Z [inf] 2026-01-28T08:14:08.139890030Z [inf] The following languages are supported: 2026-01-28T08:14:08.139894254Z [inf] Php 2026-01-28T08:14:08.139898276Z [inf] Golang 2026-01-28T08:14:08.139902027Z [inf] Java 2026-01-28T08:14:08.139907596Z [inf] Rust 2026-01-28T08:14:08.139911809Z [inf] Ruby 2026-01-28T08:14:08.139915934Z [inf] Elixir 2026-01-28T08:14:08.139919823Z [inf] Python 2026-01-28T08:14:08.139923797Z [inf] Deno 2026-01-28T08:14:08.139927836Z [inf] Dotnet 2026-01-28T08:14:08.139931568Z [inf] Node 2026-01-28T08:14:08.139935258Z [inf] Gleam 2026-01-28T08:14:08.139939179Z [inf] Cpp 2026-01-28T08:14:08.139943169Z [inf] Staticfile 2026-01-28T08:14:08.139947181Z [inf] Shell 2026-01-28T08:14:08.139951081Z [inf] 2026-01-28T08:14:08.139956247Z [inf] The app contents that Railpack analyzed contains: 2026-01-28T08:14:08.139960389Z [inf] 2026-01-28T08:14:08.139964253Z [inf] ./ 2026-01-28T08:14:08.139968054Z [inf] ├── .emergent/ 2026-01-28T08:14:08.139972084Z [inf] ├── backend/ 2026-01-28T08:14:08.139976265Z [inf] ├── frontend/ 2026-01-28T08:14:08.139980339Z [inf] ├── memory/ 2026-01-28T08:14:08.139984206Z [inf] ├── tests/ 2026-01-28T08:14:08.139988065Z [inf] ├── .gitconfig 2026-01-28T08:14:08.139991931Z [inf] ├── .gitignore 2026-01-28T08:14:08.139995906Z [inf] ├── README.md 2026-01-28T08:14:08.139999836Z [inf] └── test_result.md 2026-01-28T08:14:08.140003503Z [inf] 2026-01-28T08:14:08.140007534Z [inf] Check out the docs for more information: https://railpack.com 2026-01-28T08:14:08.140011534Z [inf] 2026-01-28T08:14:08.140015362Z [inf] 2026-01-28T08:14:08.140019360Z [inf]
5 Replies
a month ago
Can you share your repository? It seems like you're trying to deploy a monorepo.
If that's the case, then you'd need to create two different services for your frontend and backend.
In your service settings, you can then set the service root directory to be /frontend or /backend.
a month ago
Thanks; i asked Claude Code, and the Cursor to adapt my code (generated by Emergent). After 8 back and forth (using the logs) i finally got it working https://ypsys-nlpd-form-emergent-production.up.railway.app/
I tried also on Vercel, but here i'm getting a 404: NOT_FOUND after deployment
a month ago
I can see the / route just fine. I'd try reloading or viewing the site in an incognito browser window.
Attachments
ulrfis
Thanks; i asked Claude Code, and the Cursor to adapt my code (generated by Emergent). After 8 back and forth (using the logs) i finally got it working https://ypsys-nlpd-form-emergent-production.up.railway.app/I tried also on Vercel, but here i'm getting a 404: NOT_FOUND after deployment
a month ago
Can you tell me how you got yours to work? I've been getting the same error despite the changes I have made with the help of Gemini and Claude. I also have my root directory set to /server and still, I get the same error
codinglady22
Can you tell me how you got yours to work? I've been getting the same error despite the changes I have made with the help of Gemini and Claude. I also have my root directory set to /server and still, I get the same error
a month ago
I did 6-7 updates using Cursor, making back and forth between Railway and Cursor - don't remember exactly what i did but finally it worked.
There should be a better way to deploy from vibe coded apps, i don't know who is making things difficult here, Railway or the vibe coding apps...