You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does this library also support async flask?
Routes that are not async work well with decorator validate
But those that are async have problems
error:
TypeError: The view function did not return a valid response. The return type must be a string, dict, list, tuple with headers or status, Response instance, or WSGI callable, but it was a coroutine
Does this library also support async flask?
Routes that are not async work well with decorator validate
But those that are async have problems
error:
TypeError: The view function did not return a valid response. The return type must be a string, dict, list, tuple with headers or status, Response instance, or WSGI callable, but it was a coroutine
The text was updated successfully, but these errors were encountered: