-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
Is there an existing issue for this?
- I have searched the existing issues
What happened?
📌 Issue Overview
After signing up or logging in with Google, new users are not redirected to the onboarding process as expected. Instead, they are taken directly to the dashboard/home page, even if they have not completed onboarding.
🔍 Steps to Reproduce
- Go to the Signup or Login page.
- Click on “Continue with Google” and complete the Google authentication flow.
- Observe the page you are redirected to after authentication.
- See the error: user is taken to the dashboard/home page instead of onboarding.
🎯 Expected Behavior
New users who sign up or log in with Google and have not completed onboarding should be redirected to the onboarding page before accessing the dashboard or other protected routes.
🚨 Actual Behavior
New users signing up or logging in with Google are taken directly to the dashboard/home page, bypassing the onboarding process.
💡 Suggested Improvements
- Ensure that after Google authentication, the app checks if the user has completed onboarding.
- If onboarding is incomplete, redirect the user to the onboarding page before allowing access to the dashboard.
- Add debug logging and/or review the onboarding check logic and route protection to ensure correct behavior.
Record
- I agree to follow this project's Code of Conduct
- I want to work on this issue
Metadata
Metadata
Assignees
Labels
No labels