redirect new registered users to additional registration wizard
I want new registered users to continoue registration prcess by redirecting them to a wizard where they can provide additional important information. this will occue only once. I tried to use middleware redirect but i am getting too many redirects error!
Solution:Jump to solution
You also have to check if you are on that route otherwise it’s an endless loop.
3 Replies