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
- Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and rese...
- 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...