After install, error on hompage
growthguidellc
HOBBYOP

4 months ago

https://browserless-production-096a.up.railway.app/

results in: No route or file found for resource GET: /

this was a fresh install

$10 Bounty

2 Replies

Railway
BOT

4 months ago


4 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 4 months ago


4 months ago

hey, your current Railway service is running Browserless, which only provides a headless browser API — to host your actual website or API, you gotta deploy a separate Django service (or node) (with its own start command like gunicorn project_name.wsgi --bind 0.0.0.0:$PORT) alongside it.


Loading...