#Template stop working as usual

15 messages · Page 1 of 1 (latest)

shy leafBOT
#

Project ID: N/A

ornate leaf
#

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.

floral flare
#

why was the original message deleted?

ornate leaf
floral flare
#

i'm not seeing any issues here?

ornate leaf
#

Hi @floral flare thanks for your reply.
Mine is like this,

#

Only one container pops up

floral flare
#

try resting the canvas

ornate leaf
#

hi Brody, sorry I didn't get it.
Do you mean reload the page for the canvas?
I still only saw one container.

floral flare
#

the button in the top left provide you with an option to reset the canvas

ornate leaf
#

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?

floral flare
#

link me to a template and a project please

ornate leaf
#

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.