Closed dewetblomerus closed 1 year ago
This is very strange...are there any errors in iex
?
Happens sometimes for me too. No errors on iex or chrome dev tools
Is there anything at all that stands out about the forms/actions in question as abnormal? Can you show me the resources primary update actions where you are seeing the issues?
I noticed this strange query when it loads:
SELECT u0."id", u0."email" FROM "users" AS u0 WHERE (false) []
🤔 that is pretty interesting....are you setting an actor when visiting the admin interface? Or have you selected an actor in some way?
I think so? Anyway here's the project:
I've flagged the BC.User.Info resource as an actor
So, when you have your actor selected, it should appear in the top right. Can you deselect the actor and try again? Or ensure an actor is deselected? I'll look at the project tomorrow when I get a chance.
@hoarf thanks for the reproduction. This is fixed in 0.10.0
Describe the bug
On 0.9.5 I was able to edit both my resources (yea, I only have 2), after upgrading to 0.9.8 one of my resources just renders a blank page when I try to edit it. I can still edit the User resource, but not the other.
To Reproduce
All I know at the time of this writing is to upgrade an app to Ash Authentication 0.9.8 and try to edit a resource that is not the user. I do not see any errors in the server logs or the web console. If there are debugging steps I can take, I will gladly do that.
Expected behavior
Render the edit form for the resource.
Runtime
Additional context
If I roll
ash_admin
back to0.9.5
with all the other dependencies on latest, the problem disappears.Here is the blank page where the form is supposed to be: