Mazzanga
Mazzanga
RRailway
Created by Mazzanga on 8/15/2024 in #✋|help
I have issue with the PRO Plan.
Any admin or moderator who can talk to me please?
18 replies
RRailway
Created by Mazzanga on 12/18/2023 in #✋|help
deploy React + VITE and Express
No description
62 replies
RRailway
Created by Mazzanga on 5/18/2023 in #✋|help
Hello, i have a Django app and i want to deploy using Unirn, but y have this error:
============== Using Nixpacks ============== context: 75d7645dc46f8909d7e9b5b5b8bb166f Nixpacks build failed ╔═══════════════════════════════ Nixpacks v1.5.1 ══════════════════════════════╗ ║ setup │ python39, postgresql, gcc ║ ║──────────────────────────────────────────────────────────────────────────────║ ║ install │ python -m venv /opt/venv && . /opt/venv/bin/activate && pip ║ ║ │ install -r requirements.txt ║ ║──────────────────────────────────────────────────────────────────────────────║ ║ start │ ║ ╚══════════════════════════════════════════════════════════════════════════════╝ Error: No start command could be found this is my Procfile: web: sh -c 'python manage.py migrate && python manage.py collectstatic --noinput && gunicorn backend.Main.wsgi:application --bind 0.0.0.0:$PORT'
24 replies