[SOLVED] VCS Github redirect throws "Signing key cannot be empty" in v1.4.1
- 0
- Resolved
- 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
- Unable to init function via cli
Hello! I have created a new self hosted instance of appwrite 1.9.6 and have connected to that insatnce with the cli 27.2.0 that was released a few hours ago. Wh...
- Appwrite-injected variables are not avai...
I am using rust-1.83 as a runtime and try to access APPWRITE_FUNCTION_API_ENDPOINT or APPWRITE_FUNCTION_API_KEY during runtime. Both are not set during my execu...
- OAuth Missing redirect URL
Hello all, on a Flutter mobile app with latest Appwrite dependency (25.4.0) I always got "Missing redirect URL" - "Your OAuth login flow is missing a proper red...