Cactiw
Cactiw
+1. I faced this issue too. Gunicorn freezes in the middle of processing the request, and when tries to stop the worker, the request is processed successfully to the end,...
> +1. I faced this issue too. > Gunicorn freezes in the middle of processing the request, and when tries to stop the worker, the request is processed successfully to...
Use `from fastapi_user_auth.admin.site import AuthAdminSite`
Oh sry, it`s already fixed in https://github.com/amisadmin/fastapi-user-auth/pull/26 Anyway please merge one of them when you have time.