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
2 Replies
4 months ago
Hey there! We've found the following might help you get unblocked faster:
If you find the answer from one of these, please let us know by solving the thread!
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.