Next.js Discord

Discord Forum

MongoDB connection

Unanswered
Ragdoll posted this in #help-forum
Open in Discord
RagdollOP
Where should I call the connect function for connecting mongodb ?
Currently I am calling it inside root page.tsx
export default function Home() {
  connect();
  return (
    <></>
  );
}

1 Reply