[SOLVED] "Invalid webhook signature" Appwrite 1.4.1 VCS functions
- 0
- Self Hosted
- Functions
- Webhooks
When I click on github?
just refreshing this page
@Steven
and the console tab please
[SOLVED] "Invalid webhook signature" Appwrite 1.4.1 VCS functions
so you had it blank in github and appwrite?
yes
@Joshi can you try uninstalling your GitHub app and reinstall it? When you successfully install, you should be redirected to Appwrite
Unfortunately still not working for me. It should work with the latest version 1.4.1 right? Or is there any fix in the works
will try
Btw, is this supposed to load forever?
let's focus this thread on the webhook signature
No no
after re-doing the setup, please create a new post with the results. while setting up, make sure to check the Request user authorization (OAuth) during installation box
a separate post for this would be helpful too
@Steven I'm in touch with @khushbooverma I'll post a support ticket with further details when I still need help or to share my findings
can the discussion happen in a <#1072905050399191082> thread?
Here's the issue regarding the webhook secret: https://github.com/appwrite/appwrite/issues/6112
I do have the same issue but my webhook secret is set correctly on both ends. I even created everything from scratch (GitApp and .env) with a new secret just to doublecheck. So a empty key may not be the only source of the problem.
You mean the infinite loading page?
Both. The "Signing key cannot be empty" Issue and the Infinite loading page 🙂
you have a different problem. please create 2 new separate posts
Recommended threads
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...
- Inquiry: How to Reduce Cold Start Durati...
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing co...
- After a GET request is passed to functio...
Create execution in the console can normally retrieve the get parameters。WHy?