Tested on Firefox on Debian and both Chrome and Safari on Mac…
In a fresh install, the user creation page seems to simply go “inactive” with everything greyed out after submitting a new user for creation. Apparently also on editing a user.
Once you click out of the page and look at users the action appears to have taken place.
I’m guessing just something with the new HTMX stuff? Haven’t tried troubleshooting with the dev console.
I’ve not seen this, are you able to see the POST
request that goes out when you submit a create/update in the browser network tab?
I would assume the POST is working since the changes are made.
It seems the page does some kind of “go inactive” thing in order to prevent any more input before it can refresh, but it just sits there once it is inactive until you navigate away on your own.