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!