Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

It does not enable to use models who the id type is a string. #231

Open
danielpcampagna opened this issue Feb 13, 2019 · 0 comments
Open

Comments

@danielpcampagna
Copy link

I need to use the model id type as a string.
But when I call method post, to add a new model, I got this error: "Collection 'model' id type is non-numeric or unknown. Can only generate numeric ids."

{
   "body": {
      "error": "Collection 'model' id type is non-numeric or unknown. Can only generate numeric ids.",
      "__proto__": {  }
   },
   "headers": {  },
   "status": 422,
   "statusText": "Unprocessable Entity",
   "url": "api/models",
   "__proto__": {  },
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant