using cloud environment or own local instance both have issue
Example test case to reproduce the issue
On Squidex UI I created a schema called idtest gave it a text field called description
Did a Upsert(same issue with create)
api/content/roomammenaties/idtest/1?publish=true
{
"description": {
"iv": "asdasd"
}
}
response (400 bad request)
{
“message”: “Invalid command.”,
“traceId”: “00-363d8646b279cf4db660d404a49a00ca-d41848c816e99447-00”,
“type”: “https://tools.ietf.org/html/rfc7231#section-6.5.1”,
“statusCode”: 400
}
doing same Upsert with id 1ab
api/content/roomammenaties/idtest/1ab?publish=true
{
“description”: {
“iv”: “asdasd”
}
}
response (200 ok with normal response body)
Only happening on some schemas but was able to create a new one with same issue
Environment
- [ ] Self hosted with docker
- [ ] Self hosted with IIS
- [x] Self hosted with other version
- [x] Cloud version
Version: [VERSION]
Browser:
- [ x] Chrome (desktop)
- [ ] Chrome (Android)
- [ ] Chrome (iOS)
- [ ] Firefox
- [ ] Safari (desktop)
- [ ] Safari (iOS)
- [ ] IE
- [ ] Edge
Others: