
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
- Function gives unauthorized error when w...
I am on free tier. I have function that has three attributes: 1. A stand alone attribute (required) 2. A many to one relationship attribute 3. A many to man...
- New simple React Native Expo app running...
I have just created a simple RN expo app, using appwrite for the auth, however already when trying to use createEmailPasswordSession it returns "Rate limit for ...
- Golang docs outdated
Golang docs on the website are update and some if not all methods are broken/ not updated
