Dear community,
In one of our projects, we encounter an issue with an Odata4-call on the Account section, where following error is returned:
{"error":{"code":"","message":"An error has occurred."}}
So this error occurs with following call in Odata4:
https://dev-convenient.creatio.com/0/odata/Account
However, when calling the Account section via Odata3, there is no issue:
https://dev-convenient.creatio.com/0/ServiceModel/EntityDataService.svc…
Note that an Odata4 call to other sections or objects also does not returns an error, so the issue seems to be related to the Accounts section in Odata4 only.
Any idea what might cause this issue? Could this be a data issue?
I have recompiled the complete project, but that did not solve the issue.
Kind regards,
Vincent