Closed renews closed 10 months ago
Might be because AshAdmin depends on PhoenixHTML 3.2 and AshPhoenix on PhoenixHTML 4.0. Im using override on the phoenix_html package to circumvent the dependency error, but this can be some side effect
Yeah, that was it reverting ashphoenix to the latest 1.2 worked. Below is the versions that im using for it to work
{:ash_admin, "~> 0.10"},
{:ash_phoenix, "~> 1.2"},
{:phoenix_html, "~> 3.2"},
Thank you for reporting the issue. Fixed in main, includes a hard requirement on phoenix_html 4.0
Thank you for fixing it so fast :)
Describe the bug
AshAdmin
When loading the url set up on the router, the error pop up
To Reproduce
Just followed the readme to implement it on my small project (2 API's)
And the second one
Expected behavior
To open the admin
Runtime
Additional context
New to Ash, so I guess im doing something wrong, sry
Router file
And the related route