On a brand new installation, i get errors on creating new functions with github. As well, quickstart templates seem to be loading over and over. See screens 1 and 2.
As a note, previously i've installed the 1.4.1 version as localhost, i've added the domain in yml and recreated the installation. Opened ports, forwarded them, and made the ssl request with docker exec appwrite ssl, which has been issued and everything seems to be working fine.
your _APP_VCS_GITHUB_APP_NAME
env var seems to be blank
404 When Trying to Connect to GitHub
Do I have to make an app or something? Looked at docs didn't see anything about github, am I missing something? Please point me as I was a 5 year old
See https://appwrite.io/docs/configuration#git
extra step after setting the callback url is to check "Request user authorization (OAuth) during installation"
Thank you
i.ve updated my .env with the private key and it my server hang up lol
could anyone provide an example of the line in the .env with _APP_VCS_GITHUB_PRIVATE_KEY? its a long line, and i'm not sure on how to add it properly so my server would not hang up
good damn, it broke my system
after reboot, the server just hangs up after booting up the containers, and as they autoboot, i have to find a way to disable them now
but i cannot ssh, as the system hangs up
holy shit, the problem why it didnt run was the space in the name of the app
now after adding a repo, i get this
please create a new post
Recommended threads
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Different appwrite IDs are getting expos...
File_URL_FORMAT= https://cloud.appwrite.io/v1/storage/buckets/[BUCKET_ID]/files/[FILE_ID]/preview?project=[PROJECT_ID] I'm trying to access files in my web app...
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...