I need help Deploying my plasmic app to coolify

What are you trying to do? (please be as specific as possible and include relevant screenshots, code snippets) I’m trying to self host the nextjs app that is codegen on my coolify installation.

What are the reproduction steps?

Relevant links:

1 Like

Hi!!

We used coolify to deploy our app.

I used this video. I deployed it as a NextJS app. You might have some issues but feel free to ask me any questions.

2 Likes

I should specify, I have two repos I’m trying to deploy.

A Front App Page for non-users and guests

and the App App Page for Authenticated Users

They’re both in github repos

I just get the nginx welcome page and I’m a bit lost.

After some tinkering All I see now is the default nginx welcome screen. I’m sure there’s a step I’m missing

I would suggest following the relevant steps in the video step by step. It worked for me. Is that what you have been doing?

You can deploy your Plasmic Next.js app on Coolify by ensuring the correct build and start scripts in package.json (next build and next start). Also, check if your environment variables are properly set in Coolify. If you’re facing issues, reviewing the logs can help identify missing dependencies or configuration errors.