after uninstallgin, go to Appwrite and try to install again. Should trigger different flow
btw i get this for events url
oh okay
Scarry. are you on 1.4.2?
yep
Ah actually, same for me. it probably needs some headers to work. No worries, GitHub will be hitting that and sending expected request
I see, its POST, not GET.
oh i see imma do the uninstall thing
getting an error now (some progress XD)
signing key.. is it referring to rsa private key?
Okay yeah that soudns like .env settings issue. Can you share that with me? Privatelly is fine.
And of course, break all secrets by adding random leters, deleting some, ...
oh sure is it okay if i only share the vcs variables with app domain
yep, just _VCS ones are fine
done 👍
yay it is showing the repos now
solved :)
yayyyy
can you try to install again now? TO see if that also solved that problem with UI not redirecting?
oh the ui actually wasnt working so i had to uninstall XD
after reinstalling it works
should i try ui method for another function
oh wait its already showing repos in new functions
yep
gotcha! now time to do the webhook thing
[SOLVED] Git deployment redirects me and nothing happens afterwards
Recommended threads
- Worker functions stuck on "Fetched 0 fun...
Appwrite Version: 1.9.0 Bug Description: The appwrite-worker-functions container gets stuck in an infinite loop logging "Fetched 0 functions..." while scheduled...
- I am using s3 for app storage but is it ...
_APP_STORAGE_DEVICE=s3 puts everything to the s3 storage but i need to be able to keep the function builds and site in the local and not waste the cloud storage...
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...