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
- Paused project can't activate
I have failed to reactivate one my projects which had been paused
- Site deployment keeps getting failed
Hi good folks, need a hand with Sites deploy Error on every deploy: Synchronous function execution timed out... duration doesn't exceed 30 seconds [exact log ...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...