#[SOLVED] Problem on Github integration with Coolify v4

1 messages · Page 1 of 1 (latest)

fringe lotus
#

Appwrite: v1.4.5
Server Coolify: v4 beta 85
OS: Linux Ubuntu 22.04

Após instalar e autenticar o Github App, o Callback falha com o erro 500:

Error 500
Signing key cannot be empty
Type
general_unknown
#

I ran cmd docker exec appwrite vars and everything is the same as the variables set in the Coolify service.
When viewing the logs of the appwrite service container:

#

My Github app

#

docker exec appwrite doctor

fierce bluff
fringe lotus
#

I found the problem!
Yes it is in the private key.

The problem is when I insert the variables into the Coolify variable field in raw mode and then switch to field-separated mode, which was removing the double quotes from the private key.

The solution was to insert double quotes in separate fields mode and no longer switch to raw mode.

Whoops! The problem is almost always small details of the environment where we are implementing and unless this problem is already known it is difficult to find a way to look.

#

Thank you very much Steve!

#

[SOLVED] Problem on Github integration with Coolify v4

ashen loom
#

@fringe lotus I have some problem with you, I want Ask how you conver private key, do you add \n every line manually or you have tool for auto add \n?

fringe lotus
#

But can also make a one or two commands using sed or similar unix cli tools.

ashen loom
#

okay, thanks you @fringe lotus 🙂