New Custom Page 404
Hi,
I created a new custom page (the first one) in my project using
However the page is not reachable, and not showing up in the sidebar. Using
But when I call /admin/queue-dashboard, I get 404. Whats wrong ??
The Class has the following content:
I created a new custom page (the first one) in my project using
php artisan make:filament-page QueueDashboard. However the page is not reachable, and not showing up in the sidebar. Using
route:list shows the routeBut when I call /admin/queue-dashboard, I get 404. Whats wrong ??
The Class has the following content: