You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since sequelize updated to v7.0.0-alpha.40 rate limiter does not work.
Everything was working fine until v7.0.0-alpha.39.
Error: Accessing the connection manager is unlikely to be necessary anymore.
If you need to access the pool, you can access it directly through `sequelize.pool`.
If you really need to access the connection manager, access it through `sequelize.dialect.connectionManager`.
The text was updated successfully, but these errors were encountered:
Since sequelize updated to v7.0.0-alpha.40 rate limiter does not work.
Everything was working fine until v7.0.0-alpha.39.
The text was updated successfully, but these errors were encountered: