The Admin UI appears to only be working for unauthorized routes.
Implementing Authentication and Authorization as a starting point to resolve missing data when listing certain model views in Admin UI, e.g. User. I suspect Authentication and Authorization will solve the problem from my troubleshooting of creating a model in the UI, which results in a null user for the new experience ( inspecting the request in the console, it shows a null token was passed in the POST request).
The Admin UI appears to only be working for unauthorized routes.
Implementing Authentication and Authorization as a starting point to resolve missing data when listing certain model views in Admin UI, e.g. User. I suspect Authentication and Authorization will solve the problem from my troubleshooting of creating a model in the UI, which results in a null user for the new experience ( inspecting the request in the console, it shows a null token was passed in the POST request).
Ref:
Reqs:
app.main.py
toapp.api.routes.admin.py