im assuming you get to this after clicking on GitHub from Appwrite? can you click save down below?
I clicked on save button already just page reload and nothing
are the callback urls you added in github the same order as listed in the docs?
You mean these urls ?
yes.
"Request user authentication (OAuth) during installation " should be checked
and redirect on update
Is that on the documentation ? 🤔
Or it is just expected that we should know that
Thank you so much , I read doc multiple times but I didn't notes that , please for others make it like a point step by step in the doc so they don't miss
and the app should be made public that is not on the Doc I think
Also the the private key be in one line
ah ya. that will be released soon. https://github.com/appwrite/docs/pull/429
Thanks , good and clear doc help us all
This is what I get
This is for creating new repo
did you double check the permissions on your app? maybe try uninstalling and reinstalling it in your github installations
I got a similar error: and here is the url: xxxxx?from=github&to=cover&error=%7B"message"%3A"Failed+to+obtain+access+token.+The+GitHub+OAuth2+provider+returned+an+error%3A+Not+Found"%2C"type"%3A"user_oauth2_provider_error"%2C"code"%3A404%7D# It just redirect back to the page where I got redirected. Any idea?
I've made a 20 min video to setup Github integration with Appwrite. There might be a few things you're missing, which is why you get the errors.
Feel free to look at the video, and see if it helps!
The problem for me was the order wasn't correct. I have checked the order 3 times and changed it. didn't realise GitHub revert the order for some reason. But thanks
This is really good thanks
can this be marked as solved now?
Yes sure
[SOLVED] Cant create function with github integration
Recommended threads
- HTTP POST to function returning "No Appw...
Hi everyone, I’m running into an issue with my self-hosted Appwrite instance. I’ve set up my environment variables (APPWRITE_FUNCTION_PROJECT_ID, APPWRITE_FUNC...
- Can't add dart 3.5 runtime
Modified the `.env` to enable dart 3.5 runtime on my self-hosted instance but still can't find the runtime when creating a new function. I manually pulled the i...
- How to verify an user using AppWrite Fun...
I have seen similar questions but none whose solutions serve me. I have a function to verify a user with their secret and their id: https://blahblah.appwrite.gl...