2 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
2 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
2 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:shell into your erpnext servicerun: 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 commandset http port to 80redeploythis 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 stepsi hope this help you :)
2 months ago
.
Status changed to Solved brody • 2 months ago