
I use Convex and Appwrite for my projects, and to solve the authorization problem, I decided to connect Logto as a single authorization center for all projects and subprojects. But it is when configuring Appwrite using Logto that I get the OpenID error, who in practice has encountered such an error? How can this be solved?
{ "code": "oidc.invalid_redirect_uri", "message": "redirect_uri did not match any of the client's registered redirect_uris.", "error": "invalid_redirect_uri", "error_description": "redirect_uri did not match any of the client's registered redirect_uris", "state": "{"success":"http:localhost:3000auth","failure":"http:localhost:3000","token":false}", "iss": "http://localhost:3001/oidc" }
Recommended threads
- Login/Logout Issue and Page Display Desp...
Subject: Login/Logout Issue and Page Display Despite System Downtime at app.animtube.xyz Hello Appwrite Support Team, After the domain change I made recently (...
- Using Appwrite along with Twilio - Deplo...
Stuck on Querying user document...
- Bypass Error When Creating Account With ...
Suppose user first uses email/pass for log in using xyz@gmail.com, few month later on decides to use google oauth2 with same xyz@gmail.com (or in reverse orde...
