Asynchronous operation is not supported by the repository repository_id.
Explanation
The repository adapter only supports synchronous operations. RequestControl.requiredInteractionStyle
should not be set to async and RequestControl.ticket should not be set.
Programmer response
Ensure that the repository adapter supports the asynchronous operation.
You might need to replace the adapter with another one which support this operation
or use the synchronous interaction style.