Action not found for Email Confirmations and Password resets

Removed key, but same error

Password reset API is documented here:
https://backendless.com/docs/rest/users_password_recovery.html

It is a GET request to /<application-id>/<REST-api-key>/users/restorepassword/<user-identity-property>

 backendless.userService.restorePassword( username,

Im using this API Call, it sends the user a email with a link to change their password,
The link in the email is dead and says “Action not found”
The same happens when a user creates an account and they click the link in their “Confirm Email” email

Temporarily fixed this by removing the “Custom Domain” from the control panel.
This was working fine the last few months.

What is the application ID where it happens?
What is the custom domain you used in the app configuration?

sms.nextgen-systems.com
2FA6F2D8-97BE-F615-FFCC-C2CEDC595F00

Hi @robert-j, we looked into your app and didn’t see any problems with the APIs you referenced. How can we reproduce or experience the issue?

Regards,
Mark

It seems to be back working normally now.