GithubHelp home page GithubHelp logo

Comments (4)

arnaudbesnier avatar arnaudbesnier commented on July 20, 2024

Hi @bartvanremortele, I am not sure to understand when this error occurs.
I imagine that it could happen when you save a record in Forest, am I wrong?
Could you detail the scenario that lead to this error?

Thanks for the feedback!

from forest-express-mongoose.

bartvanremortele avatar bartvanremortele commented on July 20, 2024

Yes this occurs when we update or save through forest

from forest-express-mongoose.

arnaudbesnier avatar arnaudbesnier commented on July 20, 2024

I really want to help, but I need more context.
I guess it happens on a model named Query:

  • Does it happen on this single model or any model you have?
  • Did you specify any Middleware on your Query model?
  • Do you have the same error when you create / update a record?

Looking at the Mongoosastic code (https://github.com/mongoosastic/mongoosastic/blob/2d85bb76473671119abf2459fec273e0220695d4/lib/mongoosastic.js#L240), it looks like the doc parameter received in the postSave method is not the one expected.

I am not sure that this is an issue with Forest.
For example what we do, to create a new entry with Forest is a simple use of the Mongoose API.

new Model((params)
  .save(function (error, record) {
    // ... 
  });

See here: https://github.com/ForestAdmin/forest-express-mongoose/blob/devel/services/resource-creator.js#L14

from forest-express-mongoose.

arnaudbesnier avatar arnaudbesnier commented on July 20, 2024

@bartvanremortele any news about this issue?

from forest-express-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.