Boby Ilea
Boby Ilea
Problem persists for me as well after re-installing.
@mtrezza but in this case the user has read permissions, it only lacks write permission. That's why `query.first/find` actually returns the object and you can inspect it, all values are...
I think `119 - OPERATION_FORBIDDEN` would be the correct one. In fact, this is the error thrown if we run the same code, but restrict write access from CLP instead...
I haven't figured out yet where the error code is dispatched from. I think it's from the server, not the JS SDK, that's I opened the issue here. But if...