Ophan
Cannot load routes if path('') is empty
okay! I found the error after trying a lot of different things! I write the solution here just in case it helps someone in the future. As this is a new installation of Laravel, I forgot to remove the welcome route that was on path /, so this was the thing causing the error.
19 replies
Cannot load routes if path('') is empty
Yeah, didn't make much sense, that's why I was thinking about missing some steps or points as I'm new with Filament and this is the first time I use it. But after reading all the documentation and being sure to clear all cache, I sent this message here.
19 replies
Cannot load routes if path('') is empty
I only have one panel, is a fresh installation of Laravel and Filament. I just installed Laravel, just installed Fillament with an id of "dashboard", then I created a user from the console, I tried the route localhost.test/dashboard/login with success, and then I changed the path('') from path('dashboard') to path(''). After this, I added the domain('dashboard.localhost.test'), but this last step didn't matter, because the non-existing view problem appeared since I let the path blank.
19 replies