I am getting a 500 Internal server error on a simple GET query on a small table for the past day or so on a fairly simple GET request on a data table. It has a where clause and a sort order. This worked without issue for a number of days before this started.
Full request (REST):
https://api.backendless.com/v1/data/StatusAlert?sortBy=issued+desc&where=subject%3D’pool’+and+not+obsolete"
Oddly, it seems to work ok about 30% of the time and fail for the remainder (with no change to the query or the data).
Error received is Internal server error with id 57598D4F-663E-6783-FF18-6F5BADEFFE00 (the id changes each time).