Skip to content

Error in sequelize when deploying #5

@dustinTopcoder

Description

@dustinTopcoder

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:

//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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions