How to properly integrate middleware without ending up in a "TOO MANY REDIRECTS" issue

I'm validating the user->is_profile_complete column, then force redirect user to "Complete profile wizard" page, but ending up on too many redirects error
Solution
So you need to exclude that route from your middleware
Was this page helpful?