Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MongoDB Adapter release - MongoDB v5 support #7126

Closed
armandodlvr opened this issue Apr 1, 2023 · 12 comments
Closed

MongoDB Adapter release - MongoDB v5 support #7126

armandodlvr opened this issue Apr 1, 2023 · 12 comments
Labels
question Ask how to do something or how something works

Comments

@armandodlvr
Copy link

Question 💬

When do you plan to release a new version of the MongoDB adapter? I saw in the repository that it is already compatible with MongoDB v5 but the version that is currently released is not.

How to reproduce ☕️

When do you plan to release a new version of the MongoDB adapter? I saw in the repository that it is already compatible with MongoDB v5 but the version that is currently released is not.

Contributing 🙌🏽

Yes, I am willing to help answer this question in a PR

@armandodlvr armandodlvr added the question Ask how to do something or how something works label Apr 1, 2023
@MTGPROD
Copy link

MTGPROD commented Apr 1, 2023

I'm using mongodb with the adapter and that works. Except that it doesn't update data like Session and User even if you logged out and logged in.

@boredland
Copy link
Contributor

Ya, shouldn't those releases be semi automatic?

@Gregor23021
Copy link

Pregunta

¿Cuándo planea lanzar una nueva versión del adaptador MongoDB? Vi en el repositorio que ya es compatible con MongoDB v5 pero la versión que se lanza actualmente no lo es.

como reproducir

¿Cuándo planea lanzar una nueva versión del adaptador MongoDB? Vi en el repositorio que ya es compatible con MongoDB v5 pero la versión que se lanza actualmente no lo es.

Aportando 🙌🏽

Sí, estoy dispuesto a ayudar a responder esta pregunta en un PR

@Jared-Dahlke
Copy link

I'm curious about this too. I have "@next-auth/mongodb-adapter": "^1.1.1",
"mongodb": "^5.2.0",

and "next-auth": "^4.21.1", but does not work because they require mongodb v4 as peer dependency

@boredland
Copy link
Contributor

is there anything we need to do @balazsorban44 so we could fast-track this?

@boredland
Copy link
Contributor

also related: #7022

@boredland
Copy link
Contributor

what is going on here? this is really frustrating.

@Jared-Dahlke
Copy link

I ended up just converting to using Prisma with CockroachDB and Postgres instead of MongoDB. Was having other connection issues anyway. @next-auth/prisma-adapter works fine with latest

@dlamprey
Copy link

dlamprey commented Apr 17, 2023

+1 with emphasis! 😕 this seems like an overdue update and i would expect largely just requires regression testing. @balazsorban44 can you or someone on your team comment on this please. thanks.

image

@balazsorban44
Copy link
Member

If it's just npm complaining, you can fix it by the force flag. Should not be blocking. Will look into this soon 🔜. My focus has been elsewhere.

@dlamprey
Copy link

If it's just npm complaining, you can fix it by the force flag. Should not be blocking. Will look into this soon 🔜. My focus has been elsewhere.

Understood. Just wanted to make sure it was on the radar. Thanks.

@balazsorban44
Copy link
Member

balazsorban44 commented Apr 18, 2023

@next-auth/[email protected] is out, please upgrade!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Ask how to do something or how something works
Projects
None yet
Development

No branches or pull requests

7 participants