Password Reset Link Not Working Immediately for Users Created via Make.com

Hi everyone,

We’re currently using Make.com to create users in our Bubble database. The user creation itself works fine, we can see the new users appear in our app’s database.

However, we’re running into an issue when trying to send password reset links to these users.

When we trigger a password reset shortly after the user has been created (usually within the first few minutes), the reset email is sent, but the reset URL sometimes does not include the long token (the unique string of characters at the end of the URL). As a result, the reset link doesn’t work.

Interestingly, if we wait about 15 minutes after the user is created and then request a password reset, the link works properly and includes the full token.

Has anyone else experienced this? If so how do we deal with it.

We’d appreciate any insights or suggestions on how to:
Avoid this delay, or ensure the password reset URL is valid immediately after user creation.

Thanks in advance!

Perhaps you need to allow some time for the token to generate after the user has been created?

Bubble does have a delay action in its workflow, but it only applies for actions happening on the page itself, and not processes. So, perhaps include a loader (on your page) to buy some time for the token to be made & to be included in your Email step.

This topic was automatically closed after 70 days. New replies are no longer allowed.