"app.64020bea5f7df43b0cfe@service.localhost (role: applications) missing scope (public)" Error, in updateRecovery ()
hi, can you elaborate a bit more?
I successfully send email with userId and secret, to finish the process I set up end point, $account = new Account($this->client);
$account->updateRecovery($userId, $secret, $request->password, $request->confirmPassword);
but it fire error "app.64020bea5f7df43b0cfe@service.localhost (role: applications) missing scope (public) "
password recovery flow is meant for client-to-server communication. You seem to authorized with API key. Can you do this request unauthorized instead, that should fix it? Soo dont do setAPIKey for this request....account logic should be done on client-side in general. I think you are doing it server-side ?
hoo, thanks it seems its working, it through error of "Invalid token passed in the request." I think the secret is expired ?
probably yes
can you try creating it again
its working, thanks very much
one more question
how can I use Create Email Session, from NET client ? I try REST API (passing Email and Password ), but i don't have user session it trigger "The current user session could not be found."
In server side there is no createEmailSession() method, how can I manage this
I think you have another thread for this, right? Best to keep that conversation over there
Recommended threads
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...
- How to use Sites on selfhosted appwrite
whenever I try to create a site even with template it says 404 nginx error