Git Product home page Git Product logo

Comments (4)

sean-daley avatar sean-daley commented on September 22, 2024 1

There's a section in the "migrating to mongoose 8" guide about changes to valid object ids and 12 character length strings. Could this be related to that?
https://github.com/Automattic/mongoose/blob/master/docs/migrating_to_8.md#mongodb-node-driver-6

from mongoose.

gunnarsson avatar gunnarsson commented on September 22, 2024

There's a section in the "migrating to mongoose 8" guide about changes to valid object ids and 12 character length strings. Could this be related to that?
https://github.com/Automattic/mongoose/blob/master/docs/migrating_to_8.md#mongodb-node-driver-6

That sounds very likely! Thank you, I didn't find anything like that on my own. I'll try to figure out how to convert a 12-character string into a valid ObjectId in this new version, since I'll keep getting them from mobile apps out in the wild. I'll close this issue. Thanks again!

from mongoose.

gunnarsson avatar gunnarsson commented on September 22, 2024

This seems to be due to a change introduced in verson 6 of the Node MongoDB driver.

from mongoose.

vkarpov15 avatar vkarpov15 commented on September 22, 2024

Yeah this is a change in the MongoDB Node driver. They don't accept length 12 strings in the ObjectId constructor anymore unfortunately:

> new mongoose.Types.ObjectId('123457890ab')
Uncaught:
BSONError: input must be a 24 character hex string, 12 byte Uint8Array, or an integer
    at new ObjectId (/mongoose/node_modules/bson/lib/bson.cjs:2047:23)
> 

from mongoose.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.