Redirect to a specific page after login

Hi guys!

I have a problem redirecting users after login.

This is because after login I set a page to complete the profile and hide it with a field “Sign in = Yes”.

The problem is that when a user logs in and for an istant see this page before the home, even if they have a profile with “Sign in = Yes”.

How can I solve this problem? Maybe with a different position of the pages?

Thank you very much for your help,
Luca

Hey ! Sorry for my previous post, I understood that I didn’t understand after posting.

I can’t reproduce this issue on my side, do you have a link or a video to share so that I can help you better ? :slight_smile:

Thank @Theo_Rennold but I just resolved the issue. :slight_smile: I moved the tab in navigation before the tab with “Sign in = No”.

Perfect ! Well done :wink:

1 Like

do you mean the “signup” page, which should be hidden for logged-in users or those who have completed their profile - still flashes before disappearing?

if yes, then i have the same issue and i’d like to know exactly how you solved it. my “signup” page is hidden for users with completed profile and is set to be visible only for first-time users, but it still flashes for 1-2 seconds everytime we login.

on the navigation sidebar, i’ve moved the signup to the bottom, but i haven’t hidden it since i need new users to be able to navigate to it (if they veer off to their user profile screen, although ideally this should be the only screen they see). anyway, it still flashes for everyone regardless.

did you have to check the “hide from navigation” option? thanks

Hi Pablo! Yes, I have a sign up page (like a complete profile) after the classic window of Glide where a user can login or signup.

I changed the visibility with a field of the user “Sign in =! Yes” and set it when someone completes all the fields of their profile in this page.

Then I changed the visibility of all the other pages with “Sign in = Yes” and put my home page in the first position in Navigation!

I hope that this can be resolve also your problem :slight_smile:

1 Like

Don’t forget that visibility conditions and filter conditions are not security feature. If you have data that you don’t want signed-out user to see, you must use row owners. Here is the documentation: Row Owners | Glide Docs

4 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.