You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello there, i'm trying to connect to my DB inside a Next.js middleware. Everything is working fine inside server components and api route handlers, it's only occuring when i'm trying to use it inside middleware.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello there, i'm trying to connect to my DB inside a Next.js middleware. Everything is working fine inside server components and api route handlers, it's only occuring when i'm trying to use it inside middleware.
I use this code for connection : https://github.com/vercel/next.js/blob/canary/examples/with-mongodb-mongoose/lib/dbConnect.js
And this one in the middleware :
Then when i'm triggering it i get this error :
Beta Was this translation helpful? Give feedback.
All reactions