Ash FrameworkAF
Ash Framework4y ago
22 replies
peterhartmanuk

AshAdmin.PageLive.__live__0 is undefined

When I try to use AshAdmin and navigate to the /admin endpoint I get the error above.

I am using:
{:ash, "~> 2.1"},
{:ash_admin, "~> 0.6.1"},
{:ash_phoenix, "~> 1.1"},
{:phoenix, "~> 1.6.14"},
{:phoenix_ecto, "~> 4.4"},
{:phoenix_html, "~> 3.0"},
{:phoenix_live_view, "~> 0.18"},

No doubt it is user error, any idea what I might be doing wrong? Is AshAdmin ok to use with LiveView 0.18?
Was this page helpful?