Type of App: Reddit
Issue:
Trying to make sure that there is unique users on the web app when they are signing up.
So I first made myself a user through the App database.,
Then I made the logic as such for a lowercase element to be one of the security feature to use in creating a username, screenshot below.
This is on the signup page where a user will get a notification that the username they selected is taken so try another.
Workflow screenshot below:
- List item
When I use an incognito browser to test the alert notification it just logs me into the current user and not a new user disregarding the logic I created for the alert notification.
- List item
I put my username as ‘ron’ (lowercase), then on the incognito I am signing up with that same username ‘ron’, but it do not display the alert message that 'username is taken, try another.
- List item
Remember I had put ‘ron’ as a username in the app data already so the logic should play out.
I changed the username to ‘ronny’. Just did it in Safari incognito, using bubble with Chrome.
NEED HELP with this please. Seem simple enough but missing something. Not sure if it is due to the new responsive engine in Bubble or just my workflow logic.