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

TypeError: Cannot read property 'paths' of undefined #69

Open
hamcher opened this issue Feb 16, 2020 · 0 comments
Open

TypeError: Cannot read property 'paths' of undefined #69

hamcher opened this issue Feb 16, 2020 · 0 comments

Comments

@hamcher
Copy link

hamcher commented Feb 16, 2020

I use custom type in mongodb, but i have an error /lib/plugin.js:270:31
TypeError: Cannot read property 'paths' of undefined

Image.prototype.cast = function(val: any) {
 return {
      name: val,
      options: {
            ... my options
      }
 } 
}

i added in getModelFromPath method this lines it match perfectly

 if (!schema) {
        candidateModel = null
        return
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant