
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

your github private key probably got screwed up. look at that to make sure it's correct

I put everything on a single line in quotation marks with line breaks replaced by \n
.

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

@Adson 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?

I did it manually, giving a cat
command in the key file, I copied and pasted it into VS Code, where I made multi cursors, one on each line, I moved them to the end of the line with the END
key on the keyboard, DELETE
removing the line break, I typed \n
, exited multi cursor mode and put double quotes around it.

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

okay, thanks you @Adson 🙂
Recommended threads
- 1.6.2 to 1.7.2 upgrade, no console acces...
I just updated from 1.6.2.to 1.7.2, didn't notice any errors in the update or migration process but seem to be stuck not being able to access the console UI any...
- Self Hosting Error Cannot Create Default...
Just installed appwrite and upon doing an initial sign up for the default user it errors out with ```NetworkError when attempting to fetch resource.```
- Changing Default Port (appwrite:1.7.2)
Hello! I am trying to run appwrite locally to test things out and i wanted to change the default ports. I have seen this post https://discord.com/channels/56416...
