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
- Docker compose 1.9.0 support
Hi! Sorry if I've missed something, but I saw that version 1.9.0 was released for self hosting, yet the compose file linked in the official documentation (https...
- Running Appwrite in docker through nginx
Hi team, I'm trying to expose multiple local services (Appwrite, Ollama, PostHog) through a single Nginx reverse proxy port, tunneled via ngrok to a public dom...
- Can't update to 1.9.0
I'm trying to update from 1.8.1 to 1.9.0 but I keep getting this error: ```http://appwrite/v1/health/version => Operation timed out after 2001 milliseconds wit...