a year ago
Hi I'm working on a school project and am a noob developer. When I'm trying to deploy through github I'm getting errors.
Error: build.builder: Invalid input
I assume it has to do railway.toml. My code is:
[build]
builder = "Python"
[deploy]
start = "uvicorn main:app --host 0.0.0.0 --port $PORT"I'm probably being a complete idiot and am very sorry for wasting yalls time.
24 Replies
a year ago
We’ll need to see those errors in order to help you out. Can you send your build/deploy logs?
a year ago
your railway.toml file is invalid
a year ago
delete it, and then set the start command in the service settings instead
a year ago
the deleting or the start command part lol
a year ago

a year ago
not sure what an npm command is doing there though
a year ago
just the command part
a year ago
without quotes
a year ago
!s
Status changed to Solved brody • over 1 year ago


