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
- Flutter OAuth2 webAuth Bug?
I created with flutter an app where I can login in with my Microsoft Account. When I compile it to Web (WASM) or Android (aab) then there is no problem what so ...
- Synchronous Function Execution Timed Out...
Hi Appwrite team 👋 I’m facing a synchronous function execution timeout issue on Appwrite Cloud and would appreciate some guidance. I executed this function u...
- Push Notification FCM Error
Hello dear people. I tried to integrate Push Notifications into my Flutter App. Everything works fine on Android/iOS Simulator + Testflight but as soon as I s...