Application failed to respondand in logs " Looks like your app is listening on 127.0.0.1. You may "
Service ID : d005bfd2-5ecb-48d0-b889-c617c2eb3a63
https://2xproject-production.up.railway.app/
https://github.com/litaionut/2xproject.git
Can you please hep me understand what is wrong? Thank you.
GitHub
GitHub - litaionut/2xproject
Contribute to litaionut/2xproject development by creating an account on GitHub.
8 Replies
Project ID:
d005bfd2-5ecb-48d0-b889-c617c2eb3a63
can you show me the build table at the top of the build logs?
also procfile needs a capitial P -> Procfile
==============
Using Nixpacks
==============
context: a14fb8cf5872470f89f2e496b9eef0ad
╔══════════════════════════════ Nixpacks v1.11.0 ══════════════════════════════╗
║ setup │ python311, gcc ║
║──────────────────────────────────────────────────────────────────────────────║
║ install │ python -m venv --copies /opt/venv && . /opt/venv/bin/activate ║
║ │ && pip install -r requirements.txt ║
║──────────────────────────────────────────────────────────────────────────────║
║ start │ python manage.py runserver ║
╚══════════════════════════════════════════════════════════════════════════════╝
is this the table you were asking for? Thank you for the answer.
now with capital P but still not working.
show me your new build table please
==============
Using Nixpacks
==============
context: a14fb8cf5872470f89f2e496b9eef0ad
╔══════════════════════════════ Nixpacks v1.11.0 ══════════════════════════════╗
║ setup │ python311, gcc ║
║──────────────────────────────────────────────────────────────────────────────║
║ install │ python -m venv --copies /opt/venv && . /opt/venv/bin/activate ║
║ │ && pip install -r requirements.txt ║
║──────────────────────────────────────────────────────────────────────────────║
║ start │ python manage.py runserver ║
have you set a custom start command in the service settings? if so, please remove it
it was "python manage.py runserver" i remove it but nothing changed
is working
a small delay
i realy apreciate it.
no problem!!