Login and Signup processes navigates back to reoccurring login signup page
Check the route configuration. It’s possible that successful sign-in hasn’t been set up properly with a redirect route. Typically, the URL you were attempting to go to is remembered and used as a redirect URL when the sign-in flow completes. However, if the page you attempted to visit was the sign-in page then on successful login you would be redirected back to the sign-in page. You may need to implement a rule to redirect to the homepage or some protected page when sign-in flow completes and a redirect URL is empty.
Ask gemini to help you diagnose the issue and describe in detail your experience with login. Gemini will be able to pinpoint the issue. You can suggest checking the redirect logic on successful sign-in.
Can you help me please, because ive tried to do it with Gemini without success
Emmanuel Onovo