#Template stop working as usual
15 messages · Page 1 of 1 (latest)
Template stop working as usual
Hi Team, my template previously works as usual, but now only one of the docker container(PostgreSQL) could be initiated but not the Github repo one,
Could you please help me check what's going on? I think it only happened recently.
https://railway.app/template/IhHgYS
Thank you.
why was the original message deleted?
same as this one, I made some mistake, sorry.
Hi @floral flare thanks for your reply.
Mine is like this,
Only one container pops up
try resting the canvas
hi Brody, sorry I didn't get it.
Do you mean reload the page for the canvas?
I still only saw one container.
the button in the top left provide you with an option to reset the canvas
Hi @floral flare Sorry, I think for most of my template that requires installing from github repository are all failed, only the postgresql container will be initiated, even after I rest the canvas. Do you think this has something to do with the Github authentication setup?
link me to a template and a project please
Hi Brody, I think I've solved the problem.
First there are some depencies issues for my Github repo, and for the PostgreSQL template, I noticed there is recent uptate,
previously it's "DATABASE_URL" and "DATABASE_PRIVATE_URL" and now it's "DATABASE_PUBLIC_URL" and "DATABASE_URL"
So from now on, I should use "DATABASE_URL" for private conntection.
And last the most important part is, I forgot to set the Env variables right(there are some required variables after setting up, I forgot to click the Save Config, that explains why only the Postgresql Container could be initiated.
Now, I've solve the issue and this post can be closed. Thanks.