I’m building a native mobile app in Bubble and I’m having trouble getting the Sign the user up action to actually create a User.
My Create Account button workflow is:
- Sign the user up
- Email = EmailInput’s value
- Password = PasswordInput’s value
- Require password confirmation = yes
- Confirmation = ConfirmPasswordInput’s value
- Send confirmation email = no
- Create a new BusinessProfile
- Navigate to my onboarding view
For troubleshooting, I disabled Steps 2 and 3, so the only enabled action is Sign the user up.
I’m testing with completely new email addresses in the development version.
When I run the native preview in debug / step-by-step mode, Bubble detects the button tap and reaches Step 1: Sign the user up. The debugger correctly shows the email, password, and confirmation values from the inputs.
However, after executing the step, nothing happens and no new User appears in Data → App data → All Users.
I’ve confirmed:
- Email input format is Email
- Password and Confirm Password inputs are Password format
- Password and confirmation values match
- A new/unused email is being used each test
- The workflow is definitely firing
- Steps after signup are disabled to isolate the problem
- I’m checking the Development version of All Users
The debugger also isn’t showing an obvious error when the signup action executes.
Is there something different required for Sign the user up in Bubble’s native mobile beta, or is there another way I should debug why the User isn’t being created?
Any help would be appreciated. I’m fairly new to Bubble, so if there’s a native-specific setting or step I’m missing, please point me in the right direction.



