6 months ago
Hello, I'm new to your platform. I just installed erpnext using the template you provided, and the entire process completed successfully. I can see the services listed online, but when I try to use the public URL to access the app, it doesn't load. What should I check initially?
Thank you for any help you can provide!Pinned Solution
6 months ago
hey, the template requires manual setup after deployment. here's what you need to do:
- shell into your erpnext service
- run:
su frappe -c "/home/$systemUser/$benchFolderName/railway-setup.sh" - wait for it to finish (might take a few mins)
- go to service settings → remove the start command
- set http port to 80
- redeploy
this creates your actual site , the initial deploy just sets up the containers. this is from railway's official template docs, but lmk if you hit any errors and i can help troubleshoot further. the public url should work after these steps
i hope this help you :)
2 Replies
6 months ago
hey, the template requires manual setup after deployment. here's what you need to do:
- shell into your erpnext service
- run:
su frappe -c "/home/$systemUser/$benchFolderName/railway-setup.sh" - wait for it to finish (might take a few mins)
- go to service settings → remove the start command
- set http port to 80
- redeploy
this creates your actual site , the initial deploy just sets up the containers. this is from railway's official template docs, but lmk if you hit any errors and i can help troubleshoot further. the public url should work after these steps
i hope this help you :)
ilyassbreth
hey, the template requires manual setup after deployment. here's what you need to do: 1. shell into your erpnext service 2. run: `su frappe -c "/home/$systemUser/$benchFolderName/railway-setup.sh"` 3. wait for it to finish (might take a few mins) 4. go to service settings → remove the start command 5. set http port to 80 6. redeploy this creates your actual site , the initial deploy just sets up the containers. this is from railway's official template docs, but lmk if you hit any errors and i can help troubleshoot further. the public url should work after these steps i hope this help you :)
6 months ago
.
Status changed to Solved brody • 6 months ago