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
and after I enter http://localhost:1337/api/slugify/slugs/artlcle/test
the error show up
"error": {
"status": 400,
"name": "ValidationError",
"message": "article model name not found, all models must be defined in the settings and are case sensitive.",
"details": {}
}
That looks correct, the only reasons a model would not be registered is if the field or reference(s) values are not valid for that model. Their should have been a message logged to the console in these cases though.
Do you have any example repo where I can take a look?
I've follow document and here is my config
and after I enter
http://localhost:1337/api/slugify/slugs/artlcle/test
the error show up
Here is my article schema.json
where can I get right model name ?
The text was updated successfully, but these errors were encountered: