-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
When deploying, I get the following error:
2018-09-05T20:59:50.41-0500 [APP/PROC/WEB/0] ERR Thu, 06 Sep 2018 01:59:50 GMT sequelize deprecated String based operators are now deprecated. Please use Symbol based operators for better security, read more at http://docs.sequelizejs.com/manual/tutorial/querying.html#operators at node_modules/va-online-memorial-data-models/node_modules/sequelize/lib/sequelize.js:242:13
I tried to disable the warning with the following code:
va-online-memorial-data-models/index.js
Line 17 in 9deae4f
//operatorsAliases: false, |
However, the app still crashes with no error. I suspect the config option is just depressing the error, but the problem is deeper than that.
Metadata
Metadata
Assignees
Labels
No labels