Native Mobile: “Sign the user up” workflow runs but no User is created Post

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:

  1. Sign the user up
    • Email = EmailInput’s value
    • Password = PasswordInput’s value
    • Require password confirmation = yes
    • Confirmation = ConfirmPasswordInput’s value
    • Send confirmation email = no
  2. Create a new BusinessProfile
  3. 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.

Sign the user up in mobile works the same as in the web app. Seems like there’s a bug happening on your end. Would you mind sharing the app editor?

Or you can send report to bubble if you feel like all is setup properly and is shouldn’t be happening.

Absolutely, I don’t mind sharing the editor. What email should I invite as a collaborator?

hey nasummerlin, you don’t have to invite anyone to your app.

If you want to share the link of the editor for people to see and help you debug, you can go to general > privacy & security section and change the private app option to “Everyone can view”