App panel with custom url showing admin panel layouts
I create app panel (I use this for landing page) and I remove
Authenticate
middlewire. I display content in pages, and working perfect. Now I need to create specific url like {host}/lyrics/{slug}
, for this I create another page, hide from navigation, but when I map with my custom url, it shows admin panel
layouts.
Bg-white image is normal one, If I didnot hide from navigation and didn't check anything then I get inside my app panel when I click from nav bar
dark image is after I hide from navigation and check inside mount()
and call from my custom url lyrics/{slug}
What should be the problem and thanks in advanceSolution:Jump to solution
I gave
->default()
to AppPanelProvider
and remove from Admin
and it's working as expected..1 Reply
Solution
I gave
->default()
to AppPanelProvider
and remove from Admin
and it's working as expected..