Error 404 in Laravel Pulse, Telescope and Horizon
I installed Larael Horizon, Pulse and Telescope, but when I access them they all give 404.
But, when running they all appear correctly, what do I need to do for these packages to work?
10 Replies
Do you have filament serving on the root?
Yes
Did you clear route cache?
Yes
I have a feeling filament overrides the routes if you are using it to manage the routing...
I think so too, but I didn't find it and nowhere how to make it work 😦
You could try manually registering the navigation item
I created a navigation item and it still shows a 404 error
Does
/horizon/dashboard
also 404? I've had issues in the past where /horizon
would 404 but /horizon/dashboard
did not