j.khorfanOriginal post
Web Developer
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 ?
Summary
Issue: While trying to connect a self-hosted Appwrite to GitHub, developers are receiving errors (500 and 401) during the authorization process.
Solution: There might be an issue with the OAuth authorization setup. Check the credentials entered during the authorization process and ensure they are correct. Recheck the configuration steps and try the authorization process again.