
when i am trying to connect a self hosted (through docker compose) appwrite to github and after completing all the steps, when i try to authorize the app with my githup account , i got redirected to my URL but i got this msg "{"message":"Server Error","code":500,"type":"general_unknown","version":"1.6.0"}" if i tried to refresh the page again i got "{"message":"Bad credentials: No description","code":401,"type":"user_oauth2_unauthorized","version":"1.6.0"} " what do you think ?
Recommended threads
- Internal 500 Server Error
I don't have much information but I am unable to create anything on database, Auth users are creating but not able to fetch into database
- CLI login on self hosted with docker
Hi, I have a working docker setup with traefik in front of the services. Everything works as expected except for login with CLI. I've tried with `appwrite cli...
- Dockerizing Appwrite Console Yields Page...
I have this Docker Compose file: ``` services: # Band9Buddy app band9buddy: build: context: . dockerfile: Dockerfile.dev develop: ...
