-
Notifications
You must be signed in to change notification settings - Fork 22
Description
I get this error when i call Model.create() after setting schema to false:
/node_modules/waterline/lib/waterline/error/WLError.js:29
this.rawStack = (this.e.stack.replace(/^Error(\r|\n)(\r|\n)_/, ''));
TypeError: Cannot read property 'replace' of undefined
at new WLError (/usr/lib/node_modules/sails/node_modules/waterline/lib/waterline/error/WLError.js:29:33)
at duckType (/usr/lib/node_modules/sails/node_modules/waterline/lib/waterline/error/index.js:66:10)
at errorify (/usr/lib/node_modules/sails/node_modules/waterline/lib/waterline/error/index.js:39:10)
at wrappedCallback (/usr/lib/node_modules/sails/node_modules/waterline/lib/waterline/utils/normalize.js:329:15)
at callback.error (/usr/lib/node_modules/sails/node_modules/waterline/node_modules/switchback/lib/normalize.js:42:31)
at _switch (/usr/lib/node_modules/sails/node_modules/waterline/node_modules/switchback/lib/factory.js:56:28)
at /home/leoyu/dynamoProject/node_modules/sails-dynamodb/index.js:850:11
at /home/leoyu/dynamoProject/node_modules/vogels/lib/table.js:119:14
at start (/home/leoyu/dynamoProject/node_modules/vogels/lib/table.js:108:12)
at fn (/home/leoyu/dynamoProject/node_modules/vogels/node_modules/async/lib/async.js:626:34)
at Immediate._onImmediate (/home/leoyu/dynamoProject/node_modules/vogels/node_modules/async/lib/async.js:542:34)
at tryOnImmediate (timers.js:543:15)
at processImmediate as _immediateCallback