We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
When a CRUD handler A is called inside another CRUD handler B, known errors thrown from A are not properly propagated.
Trying to change the selected team with a non-existent team ID via Update Current User API.
The correct error was thrown but not propagated correctly.
Add expected errors in allowedErrorTypes while calling CRUD handlers.
allowedErrorTypes
Now, allowed errors should propagate properly.
Now we get an appropriate error instead of an internal server error.
I would love to work on this issue. Please assign it to me if possible.