AshAdmin.PageLive.__live__/0 is undefined

Hello I'm very new to the framework. I was trying to use AshAdmin for one of my resource but I get the error in the image
No description
3 Replies
ZachDaniel
ZachDaniel•3y ago
You likely have done something like
scope "/admin", NewcoWeb do
ash_admin(...)
end
scope "/admin", NewcoWeb do
ash_admin(...)
end
That NewcoWeb attempts to prefix all modules in the scope with that value
scope "/admin" do
ash_admin(...)
end
scope "/admin" do
ash_admin(...)
end
samoorai
samooraiOP•3y ago
ohh I see thank you, sorry my inexperience
ZachDaniel
ZachDaniel•2y ago
No problem 🙂

Did you find this page helpful?