Shield problem redirecting in hosting |
(06-13-2025, 07:07 PM)luckmoshy Wrote: inspect your permission and user group. Lever shield: use these I don't tink it's a permission problem , this is method in config/auth Code: public function loginRedirect(): string and this is route : Code: $routes->group('admin', ['filter' => 'permission:admin.access', 'namespace' => 'App\Controllers\Admin'], function ($routes) { in db i have two user 1 superadmin 1 admin i try to remove 'filter' => 'permission:admin.access', but it redirect always on login |
Messages In This Thread |
Shield problem redirecting in hosting - by pippuccio76 - 06-13-2025, 07:14 AM
RE: Shield problem redirecting in hosting - by pippuccio76 - 06-13-2025, 12:51 PM
RE: Shield problem redirecting in hosting - by luckmoshy - 06-13-2025, 07:07 PM
RE: Shield problem redirecting in hosting - by pippuccio76 - 06-14-2025, 12:44 AM
RE: Shield problem redirecting in hosting - by JustJohnQ - 06-14-2025, 12:57 AM
RE: Shield problem redirecting in hosting - by InsiteFX - 06-14-2025, 02:02 AM
RE: Shield problem redirecting in hosting - by pippuccio76 - 06-14-2025, 03:28 AM
RE: Shield problem redirecting in hosting - by InsiteFX - 06-14-2025, 09:54 PM
RE: Shield problem redirecting in hosting - by InsiteFX - 06-18-2025, 09:48 PM
|