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
In the admin dashboard, I'm unable to create an access token for a user because the "Client" dropdown doesn't show any clients.
I remember this wasn't an issue in earlier versions (since I've used this feature before). I recently updated Fief to v0.29.1, and to confirm my theory, I downgraded it to v0.28.9, but the dropdown still showed no clients.
I downgraded even further to v0.28.2, and now the clients started showing up in the dropdown.
I tried both Firefox and Chrome to test this.
The text was updated successfully, but these errors were encountered:
After some digging, I found that the current version of the code isn't making a request to <FIEF_DOMAIN>/admin/clients/?tenant=<tanant-id>&query=, so it's not displaying anything in clients.
That's all I could do with my limited knowledge of HTMX, and debugging is really hard with the dev container setup. I couldn't get it to use VS Code with debugpy either.
Bug fixes and improvements
--------------------------
* Fix#492: JavaScript bug preventing select inputs from working on Users dashboard.
* Bump dependencies
In the admin dashboard, I'm unable to create an access token for a user because the "Client" dropdown doesn't show any clients.
I remember this wasn't an issue in earlier versions (since I've used this feature before). I recently updated Fief to v0.29.1, and to confirm my theory, I downgraded it to v0.28.9, but the dropdown still showed no clients.
I downgraded even further to v0.28.2, and now the clients started showing up in the dropdown.
I tried both Firefox and Chrome to test this.
The text was updated successfully, but these errors were encountered: