F
Filament2mo ago
Tazeen

Edit profile page redirection to the Breeze login page to be prevented

I have created a custom Edit Profile page that extends to the Base Edit Profile Page. I previously generated this Admin Panel using Vemto; at that time, I had selected Breeze as the Starter kit. But now I have removed all the Breeze dependencies from the composer and I want the user to redirect to the Filament login page after they edit their profile details. However, the user is redirected to the Breeze login page. How to prevent this??
3 Replies
Karthick K
Karthick K2mo ago
If you have remove all breeze dependencies why still the breeze login page is visible. Looks something is wrong. Can you recheck it ?
Tazeen
Tazeen4w ago
I have uninstalled breeze from composer. So now it is redirecting to an error page rather than breeze login. I am not able to find the route where this breeze login is registered
Karthick K
Karthick K4w ago
you can always do route:list to find all the routes and their linked controllers