BB
Multiple panels and resource access (routes)
I have two panels, one for admin and another one for member, they both use the same User model.
I've setup the canAccessPanel to allow depending on privilege like this (which works nicely):
But I noticed when I created resource for the admin, its accessible from the member panel by the route and it returns blank white page instead 404 or 403.
Is there something I'm missing to prevent it to give page 404 at or something else, I have the panels providers pretty much unchanged other than using subdomains?
4 replies