gadelkareem / sails-dynamodb

Amazon DynamoDB adapter for Waterline / Sails.js
http://sailsjs.org
46 stars 22 forks source link

TypeError: Cannot read property 'replace' of undefined #28

Closed srdjan-kolosek closed 8 years ago

srdjan-kolosek commented 8 years ago

I'm using sails 0.12.3 and sails-dynamodb 0.12.2.

I get this error when i call Model.craete(): TypeError: Cannot read property 'replace' of undefined

I saw this issue https://github.com/gadelkareem/sails-dynamodb/issues/7 but can't figure if it is fixed or not. What is the solution for this?