Replies: 1 comment
-
This would need a full example to reproduce. It is likely that it is a configuration problem somewhere else in your application. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using Sequelize for the mysql database.
When I use
Find
function by Postman, it returns:Then I tried to modify the
latestNewsId
in Postman usingPatch
.This is the error occuring then:
latest_news_featured.models.js
Beta Was this translation helpful? Give feedback.
All reactions