[SOLVED] VCS Github redirect throws "Signing key cannot be empty" in v1.4.1
- 0
- Self Hosted
- Functions
- Webhooks
I followed the steps which are shown here https://user-images.githubusercontent.com/29069505/264758256-f8783a48-3d13-4ff6-964e-3ad098311f92.png 👀.
When I go to Functions in the console and try to connect to Github, after giving the Github App permissions it redirects back to my website but showing this error.
The docs sayAs (1) and (2) should be http, I put https, is that wrong? And should (3) be enabled or not?
If I untoggle (3) it just redirects me to the github installation page but doesnt do anything
can you try changing the _APP_ENV env var to development so that this error page will show a stacktrace? I'm curious what exactly is throwing the error
oh wait. can you try running docker compose exec appwrite vars and check your _APP_VCS_GITHUB_PRIVATE_KEY variable?
I set all my enviroment variables
"Signing key cannot be empty" error only showed up because I activated (3).
What is expected to happen after the user clicks on "connect with github" in functions?
use https rather than http
I did
I'll start the procedure from stratch and will report back
You can close this. I'll open a new support ticket
probably not 3
@Steven What should I put here?
your appwrite instance url?
with "/v1"?
@Steven This issue has been caused by (3). I'm still struggling making vcs work, see here: https://discord.com/channels/564160730845151244/1146953271739695188
can you create a new post with your current problem? feel free to tag me
[SOLVED] VCS Github redirect throws "Signing key cannot be empty" in v1.4.1
Recommended threads
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...