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
The Error occurs when you try to login with the /oauth route using either the admin credentials or normal user credentials, The static method to check user Active status fails with missing positional argument user.
The text was updated successfully, but these errors were encountered:
thoth2357
added a commit
to thoth2357/full-stack-fastapi-mongodb
that referenced
this issue
Apr 14, 2024
Error:
TypeError: CRUDUser.is_active() missing 1 required positional argument: 'user'
How To Reproduce
The Error occurs when you try to login with the /oauth route using either the admin credentials or normal user credentials, The static method to check user Active status fails with missing positional argument user.
The text was updated successfully, but these errors were encountered: