5 days ago
unpacking archive
840 KB
8ms
uploading snapshot
388.3 KB
41ms
using build driver railpack-v0.36.4
local://prepare-driver
0ms
local://prepare-context
0ms
prepare railpack-v0.36.4
1s
╭─────────────────╮
│ Railpack 0.36.4 │
╰─────────────────╯
⚠ Script start.sh not found
✖ Railpack could not determine how to build the app.
The following languages are supported:
- Php
- Golang
- Java
- Rust
- Ruby
- Elixir
- Python
- Deno
- Dotnet
- Node
- Gleam
- Cpp
- Staticfile
- Shell
The app contents that Railpack analyzed contains:
./
├── .vscode/
├── backend/
├── frontend/
├── .env.example
├── .gitignore
├── README.md
└── docker-compose.yml
Check out the docs for more information: https://railpack.com
scheduling build on Metal builder "builder-ttexet"
railpack prepare exited with an error
2 Replies
5 days ago
This thread has been opened as a bounty so the community can help solve it.
Status changed to Open Railway • 5 days ago
5 days ago
Looks like you're deploying a monorepo, you need to deploy 2 services and set Root Directory for each services, one for /frontend and another one for /backend
5 days ago
i think you have two folders in your repo 1)frontend 2)backend but you have not set the root directory in setting, because of which railway is not able to decide what to do as their is no package.json in the root, so to fix this go to setting and set a root directory like in the image i have shared
Attachments