Sharing the code to the get_user
backend function would be helpful here.
The error seems to indicate that the get_user
function is returning None
when it is not intended to. In your get_user
backend function, I assume that you need to wrap its return response in Some()
.