Hi there! Thank you in advance.
When Appwrite Cloud was first announced and released for public beta, I signed up with my email (can DM to Appwrite team for support) and connected my GitHub account.
I'm returning to the platform as a GitHub Education user, looking to take advantage of the Pro plan benefit. However, I can't seem to log back in (I'm guessing due to dangling data from before general availability).
Tried on Firefox, Chromium, and WebKit after clearing caches (see images). The 400 error is produced from v1.6.1:
{"message":"There was an error processing your request. Please check the inputs and try again.","code":400,"type":"general_bad_request","version":"1.6.1"}
Refreshing produces a 401 for predictable reasons:
{"message":"Bad credentials: No description","code":401,"type":"user_oauth2_unauthorized","version":"1.6.1"}
**Goal: ** Log into Appwrite Cloud using my GitHub account, and use my GitHub Education benefits to enroll in Appwrite Pro as advertised on GitHub Education:
Offer Free access to Appwrite Pro (worth $15/month) throughout the course of your student career (i.e., as long as you remain a member of the GitHub Student Developer Pack).
Recommended threads
- Where can I find the Appwrite cloud func...
I need to whitelist the appwrite cloud function ip since it calls my external api. I dont want to expose this endpoint fully, just to appwrite.
- Error 500
Hi I I've been struggling with this issue for a few days now. Error 500 occurs when I try to get data using "vue query". The strangest thing is that if I start ...
- React-Native cross platform usage
I am about to start making a React-Native app for Web Android and IOS. Testing out the "write anywhere" claim. When setting up my project for the web depoyment...