johnjohn
Route [filament.admin.resources.bases.index] not defined
I had the same error and found that my resource had the same name of the new route I made.
I had a
Lead
resource and tried to make a /leads
route in my api.php
file. I'm assuming when Filament loads the dashboard it setups up the resource routes based on their class names but having a route that shares a name with a resource causes this error (I'm going to have to look more into documentation to have a better understanding).
You mention in this thread you don't have any classes/resources with the class name base
but hopefully this helps someone else with the same problem. 🙂24 replies