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.
1 Like
sorry for being so late, what ended up working is my Home app runs on the coolify but the app.domain.tld works due to you happy folks on plasmic feel like hosting should be free. I don’t wanna sound entitled, but I want my code to work, yes?
Hi @felice_la-marca-sacco! Sorry, I’m not sure exactly what the issue is, but if you’re hosting on Coolify you’ll need to follow their instructions to get your custom domain working. You can take a look here: DNS Configuration | Coolify Docs
The video posted previously explains in further detail.
that was very helpful and it got my app.domain.tld to work out ok! so we have patterns and printvision.cloud and patterns.printvision.cloud and app.printvision.cloud which should handle the built in Google auth. my free tier supabase instance isn’t gonna make a ton of requests, right?