Also, maybe it’s important maybe not:
initially
I was registered in backendless with google account, a few days ago I
changed password (in backendless settings), after that I experienced
difficulties with login and short session time-outs. Maybe error is because of that.
I suspect you restricted API access for the NotAuthenticatedUser role. Try to enable all operations for that role, then navigate to the Log Management screen (some things will happen on the backend) and then you can trim down access for that role.
Thanks Mark.
Interesting. Yes I had disabled on global level all access to all roles.
I enabled back NotAuthenticated role and tried log management - same error.
Enabled back a Authenticated and ServerCode - same error.
Enabled back Rest - aha, then it worked!
So, after that I can make all roles disabled again or backendless management won’t work properly?
The reason for this is the “Loggers” table is special. We tried a new approach where we use Backendless itself internally for data storage. The logging functionality is built-in and instead of creating an internal table that is not visible for the developers, we used Backendless API itself to store data about the loggers. The permissions was an oversight that came up later on. This is something we plan to handle, so devs like you do not need to jump through the hoops to configure security.