I followed all instructions for fastapi-admin and created the first admin user.

Then I started the restful-admin locally. When I try logging in with the same username/password it's not letting me in, returning 401 Unauthorized.
It's not even showing any error message in the UI, I can see 401 in the browser's console and in std out of the back-end.


I followed all instructions for fastapi-admin and created the first admin user.
Then I started the restful-admin locally. When I try logging in with the same username/password it's not letting me in, returning 401 Unauthorized.
It's not even showing any error message in the UI, I can see 401 in the browser's console and in std out of the back-end.