Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sequelize findById is not a function #123

Open
mejustdev opened this issue Sep 8, 2020 · 1 comment
Open

Sequelize findById is not a function #123

mejustdev opened this issue Sep 8, 2020 · 1 comment

Comments

@mejustdev
Copy link

mejustdev commented Sep 8, 2020

findById did not work in my case.

I find the solution in Stackoverflow Changed it to findByPk

@gregegan
Copy link

Correct - findById is deprecated in sequelize. Use findByPk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants