deployment
sandeep20203
PROOP

6 months ago

When i am trying to deploy, getting error as "You reached the start of the range

Aug 28, 2025, 8:51 PM

[Region: us-east4]

╭────────────────╮

│ Railpack 0.4.0 │

╰────────────────╯

↳ Detected Python

↳ Using pip

heavy_multiplication_x emoji Error reading Procfile as YAML: yaml: unmarshal errors:

line 1: cannot unmarshal !!str gunicor... into map[string]string"

$10 Bounty

2 Replies

6 months 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 brody 6 months ago


6 months ago

Hey could I get a bit more info about your app? It looks like theres some Procfile issues as its saying.
Railpacks also likes using a railpack.json which you can see here: https://railpack.com/config/file/
You might have more luck using that.

If all else fails, a good ol Dockerfile always works!


senkuisgigaami
FREE

6 months ago

Use plan text profile( no yaml)

Set the start command in railway 's ui

If you need yaml then write this

web: gubicorn your_module:app


Loading...