[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
- 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...
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...