Filament Register Redirect
I currently have a custom registration page where users are automatically logged in but directed to the wrong panel. Can we redirect them to the correct panel (/customer)?
5 Replies
Redirects to
/admin
which results in a forbidden
page. But i want them redirected to /customers
(tenancy).Maybe you can have some ideas from this video https://www.youtube.com/watch?v=9hRgCjDQDGw
Filament Daily
YouTube
Filament Roles: Single vs Multiple Panels Example
A 2-in-1 example of implementing roles: in the same panel or in separate panels? Also, building a common login form or not?
- Source for single panel: https://filamentexamples.com/project/filament-roles-in-sign-up-and-different-resources
- Source for multiple panels: https://filamentexamples.com/project/filament-roles-with-multiple-panels
- Ori...
redirect using register response
Thanks! I will take a look.
Solution
Return the register response: