Next.js Discord

Discord Forum

Proper way to handle a drizzle database on digitialocean app platform.

Answered
Peruvian anchoveta posted this in #help-forum
Open in Discord
Peruvian anchovetaOP
So I have a digitialocean app platform where I am trying to build my application which is a Next.js 14.2.3 app. I had it build and everything with a simple landing page but now I have added routes that are dynamic and I have properly placed the export const dynamic = 'force-dynamic' at the top of the file since I dont want them to be static pages. But on my db.ts file I had a throw error if I couldnt find the connection. It showed me this when it tried to build and then I changed the db.ts file to lazy load the db connection. Now it gives me other errors. I wanted to know if anyone has done a deploy on DIgitalOcean and how they handle the database connection at build time? I have the environment variable set for the app so it should have it but somehow it still shows me an error. Ill post images of the file and error.
Answered by Peruvian anchoveta
nvm found out what was happening. I think the main error was just that one of my variables wasnt set to run at build time... this is fixed.
View full answer

1 Reply

Peruvian anchovetaOP
nvm found out what was happening. I think the main error was just that one of my variables wasnt set to run at build time... this is fixed.
Answer