Hello everyone, I've had recovery password flow implemented for about over a year and I've tested it on both test and production projects. Recently one of my users messaged me that it doesn't work and indeed it does not - yet I haven't changed the implementation, nor anything on the dashboard related to it.
I'm getting 400 error code response with message ""Invalid url param: Invalid URI. Register your new client (myClientName) as a new platform on your project console dashboard""
I'm basically calling
@override
Future<Token?> sendRecoveryEmail(String email) =>
_account.createRecovery(email: email, url: recoveryPageUrl);
The case is, I do have it created, I've also tried changing it to a wildcard (*) and it still does not seem to work, I've created a new web platform, basically tried everything and seems something has changed. Can anyone help me with the issue?
To elaborate, I have deeplinking and everything setup - the flow basically fails on sending the email step.
Recommended threads
- HTTP Error 500 ''
Hello to everyone, I'm a Flutter developer and actually I'm developing an app using Appwrite.. during my tests and also massive ones I've noticed something we...
- How to disable appwrite/embedding from s...
Hi everyone! I'm currently running a self-hosted instance of Appwrite. For my current use case, I don't need the AI/embedding features, and I noticed the `app...
- Active Running Project Deletion Alert Em...
Hi , I received an email alert from Appwrite today stating “your project will be deleted within 14 days if no action is taken,” though I have been actively usin...