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...
Recommended threads
- Self-Hosted and Multi Region support
Hey Appwrite Team, As a test and to expand self-hosted capabilities even more, i was thinking of understanding and testing how to deploy a multi-region instanc...
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...
- Migration from Cloud to Self-Hosted not ...
Hello Appwrite Community, I've got the problem, that when I try to migrate my Appwrite Project from the cloud to my self-hosted Appwrite, that an API Key is mi...