
When setting up the github integration I've followed the provided instructions in the docs and got everything setup but when I try and to the connection it seems to work but never shows the connection in settings.

I'm seeing this error in the logs

These are my callback urls

In the logs it seems like you've access that part from your IP instead of the domain?

Also earlier today that was the solution

I've added the IP to the IP allow list and still get the same problem

I had the wrong order for callback URLs.

[SOLVED] Setting up github integration 1.4.2

Now it works?

Yea

👍

Sorry to revive this one but I was able to get the GitHub integration working fine on one project but when I’ve made a new project the GitHub integration does not work on that new one. I shouldn’t have to make a new GitHub application for each project should I?

You need to make sure your GitHub app is public.

It should be public, it works fine for another project. But on this project when I click the GitHub button it just takes my to my GitHub profile page for applications

Can you go to the GitHub settings for the app and go to the advanced section?

It was public I guess what I was missing was I had to click save once it went to my account. I just assumed it would automatically redirect or something. Sorry for being so ignorant.

ah yes
Recommended threads
- deleteDocument shows The current user is...
my application is an ecomm app that list the products and i just want to add the delete functionality to delete the product the user has permission in appwrite...
- running the run() function with the maxT...
export default async function run( executor: IExecutor, queue: AsyncIterable<ITask>, maxThreads = 0 ) { maxThreads = Math.max(0, maxThreads); const A...
- File preview issue- "message": "Image tr...
Hi everyone 👋 I’m using Appwrite on the Free Plan. When I try to display images using getFilePreview() from the Storage API, I get this error: "message": "I...
