Hello all, I updated from 1.8.1 to 1.9.0 then 1.9.5. All seems to work even the Github connection.
In Git configuration I see my Github user but when trying to deploy a new function, repositories are empty... Do you have any suggestions?
Thanks
Edit: found the issue, the web installer changed my .env from this:
_APP_VCS_GITHUB_PRIVATE_KEY="-----BEGIN RSA PRIVATE KEY-----
XXXXXXXXXX
XXXXXXXXXX
-----END RSA PRIVATE KEY-----"
To something like this:
_APP_VCS_GITHUB_PRIVATE_KEY="\\\\\\\-----BEGIN RSA PRIVATE KEY-----
I updated like before then docker compose up -d then working!
Is there a better way to write the private key instead of new lines, I remember having a lot of issue accross before all upgrades I made in the past with this Github private key...
I'm glad to hear the issue is resolved. You can use the \n newline character to insert a line break; I'm not aware of any other way to do it.
Recommended threads
- [SOLVED] CreateRow is doing ListRows on ...
### setup ``` appwrite 1.9.5 self-hosted bun 1.3 node-appwrite 27.1.0 ``` ### issue Im running a function on a self hosted 1.9.5 with "node-appwrite": "^27.1.0...
- Local function execution results in HTTP...
Hi all, I'm trying to develop a new function on my Ubuntu 24.04 machine running the latest version of docker. I've read through the documentation to install and...
- hi guys! my site is not accesible in my ...