Hello all. Thanks for your help figuring out why sign-in didn’t allow to to sign in as new user. Now I’m past that - sort of. I can now sign in - to a blank white screen. Any ideas?
When I log in (valid User table, User form created and visible, published app, Privacy>Public>Optional Profile>Anyone) I get a blank screen. Changing views is non-responsive until I restart the app.
This sign-in process has taken 2-3 times more time to get to this point than it took to write the app. A tutorial on how to do sign-ins that is up-to-date with current release would be very welcome.
UPDATE: I think the sign-in screen is never displayed if a previous invitation has been sent. It is blank. Is there a way to revoke previous invitations? Unpublishing and re-publishing does not get rid of previous invitations.
I feel like something is wrong with your setup reading your other thread. Can you show us in some screenshots how you’re setting it up, specifically the tab visibility conditions?
Thanks for the offer. It was just very complicated to figure out what screens needed to be captured. I already posted the public/private and user table info. The fix was a combination of deleting users from the user table, using my phone to test, LOGGING OFF from previous tries (seemed to have the most impact). So I was able to iterate through many combinations to get it right.
Now I’m on an edit screen from the login and all seems ALMOST good. Glide is creating two identical records for each user. I have a welcome screen with a button that shows an edit screen. I have filter set to @email is user’s email. After sign in, the user table shows a new record with email address only. Then after I fill out the profile form it updates that record…and creates a duplicate new one. Thanks again for all your help.