See: https://github.com/remy/nodemon/issues/948
Any toughts?
Right, it is deprecated to rely on req.secret; you need to provide the secret option. If it happens when you're using a variable, than your variable is likely undefined or null or something and not a string.
ups! you're right! thanks!
Most helpful comment
Right, it is deprecated to rely on req.secret; you need to provide the secret option. If it happens when you're using a variable, than your variable is likely undefined or null or something and not a string.