R
Railway16mo ago
roy5931

Template does not deploy the service

Project ID: d87cd8c3-6fd5-49e4-925a-e7cc89fae4a5 I'm trying to deploy a simple template (https://railway.app/template/Cdu7Pm) - it creates a project alright, but the service is not deployed. There is nothing wrong with the code/repo. If I fork the repo first, then deploy into a project, it works just fine. Just an issue with the template. What am I missing?
5 Replies
Percy
Percy16mo ago
Project ID: d87cd8c3-6fd5-49e4-925a-e7cc89fae4a5
Percy
Percy16mo ago
It is possible that the template is not working correctly and needs to be updated with variables. Additionally, full build logs should be provided to make sure everything is working correctly.
⚠️ experimental feature
roy5931
roy593116mo ago
Necessary variables are already added. The build isn't triggered, ergo no logs. If I make any change to the newly created repo, the deployment gets triggered. Can anyone help?
Ray
Ray16mo ago
I can reproduce this; not sure why it's not working though. Might be an issue w/ the template itself. It also looks like they're using Firebase, so I'm wondering if it's even self-hostable in its current form?
roy5931
roy593116mo ago
Yes, it works if I fork the repo and then deploy into a Railway project. Something isn't getting triggered during template launch, and there are no logs to investigate either Can anyone from Railway chime in?