building-a-serverless-rest-api-with-nodejs icon indicating copy to clipboard operation
building-a-serverless-rest-api-with-nodejs copied to clipboard

Cannot overwrite `Note` model once compiled.

Open TianjieTLT opened this issue 6 years ago • 0 comments

I just copy your code but configure with my local mongoDB to test such APIs, those RESTful API are only feasible once when I run "sls offline" to deploy them natively, then when I use postman to call the same method for twice, it failed and here is the Error: 'OverwriteModelError: Cannot overwrite Note model once compiled.' Could you help me out? Thanks!!

TianjieTLT avatar Jun 11 '19 22:06 TianjieTLT