2 years 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
2 years ago
We’ll need to see those errors in order to help you out. Can you send your build/deploy logs?
2 years ago
your railway.toml file is invalid
2 years ago
delete it, and then set the start command in the service settings instead
2 years ago
the deleting or the start command part lol
2 years ago

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


