Deploy crashed
experimentandoideias
HOBBYOP

3 months ago

I'm trying to depoly a project and I can't access my templates.

How do I deploy this?

Can I recover my existing templates?

Attachments

$10 Bounty

12 Replies

Railway
BOT

3 months ago

Hey there! We've found the following might help you get unblocked faster:

If you find the answer from one of these, please let us know by solving the thread!


sammekekko
PRO

3 months ago

Hello! Can you please share the logs what caused the errors? I saw some errors with healthcheck but it's hard to tell what caused them without seeing smiley emoji


experimentandoideias
HOBBYOP

3 months ago

Attached is the error from the primary container.

Attachments


experimentandoideias

Attached is the error from the primary container.

noahd
EMPLOYEE

3 months ago

Well it looks like the healtcheck is failing here.
Do you have it configured correctly?


experimentandoideias
HOBBYOP

3 months ago

The worker is also failing, is it for the same reason?

Attachments


experimentandoideias
HOBBYOP

3 months ago

I don’t know how to configure the integrity, how do I do it?


noahd
EMPLOYEE

3 months ago

This is the only thing that has an error. The permissions is just a warning.

Is your N8N pointing to the right database?

Attachments


experimentandoideias
HOBBYOP

3 months ago

Postgres is not being pointed to, what should be pointing to it?

Attachments


experimentandoideias
HOBBYOP

3 months ago

?


experimentandoideias
HOBBYOP

3 months ago

Postgres is not being pointed to, what should be pointing to it?


experimentandoideias
HOBBYOP

3 months ago

I need assistance with connecting my database. Could you please guide me through the process?

Attachments


jack
PRO

3 months ago

In your first few screenshots, it would appear you didn't have any deployments on your Postgres service so N8N was failing when trying to connect to the database to run migrations because the database wasn't actually running. Now that it appears your Postgres is running based on your last screenshot, and you're running my template, so it should already be pre-configured. Go on each of your two n8n services ("Primary" and "Worker") and try redeploying the deployment or open the command palette (CTRL+K on WIN, CMD+K on MAC) to initialize a fresh deployment with the "Deploy latest commit" button.


Loading...