what's the url for the github app?
my domain where I can sign in to appwrite ui
appwrite.xxxx.de
no i mean in github. https://github.com/settings/apps/your-app or browse to https://github.com/settings/apps right click on Edit and then copy the link
so the appname in here should be my-test-app-142
changed it already, i removed also the webhook secret. Now 404 is fixed. It is redirecting back to this page:
after clicking on Save
try to uninstall your app from here: https://github.com/settings/installations and try again
trying
after install:
what's in the URL on this page?
that's weird there's no error at all...
did you configure the callbacks in github in the same order as in the docs?
not in the same order.. changing now and trying again
did you uninstall from github before trying again in appwrite?
i clicked on appwrite one time more on connect to github and now the connection is there. i can see my repos
It there no starter for nodejs?
you need to enable node-18
How?
Thanks, works fine <:appwriteparty:946072712915341333>
[SOLVED] 1.4.2 Github connection 404 Error
Recommended threads
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Delete on cascade from Cloud Function
I'm writing a Python function that deletes a user's main row from a table in my database. This row has relationships with other tables that use cascade deletion...
- 1.9.6 Console handles all array columns ...
When creating or updating a row in the appwrite 1.9.6 web console, the form treats all list columns as a type string. Even if the column is a list of booleans, ...