To reproduce I start with Create Function -> Connect Git Respository (GitHub) -> Select Personal GitHub Account -> Install and Authorize -> "You are being redirected to... (GitHub -> Appwrite) -> and then I land on this page, and i'm note 100% where to start troubleshooting, maybe I setup my .env incorrectly? maybe i need an HTTPS domain? the error says "general_unknown" so there's not a lot to go off :sadblob:
Page Error after being Redirected:
{"message":"Server Error","code":500,"type":"general_unknown","version":"1.5.1"}
check your appwrite container logs
this is the error - going to dig in a bit to see if this is something I can figure out on my own but will post here anyway:
Stack trace:
#0 /usr/src/code/vendor/utopia-php/queue/src/Queue/Connection/Redis.php(180): Redis->connect('redis', 6379)
#1 /usr/src/code/vendor/utopia-php/queue/src/Queue/Connection/Redis.php(76): Utopia\Queue\Connection\Redis->getRedis()
#2 /usr/src/code/vendor/utopia-php/queue/src/Queue/Connection/Redis.php(65): Utopia\Queue\Connection\Redis->rightPop('utopia-queue.qu...', 5)
#3 /usr/src/code/vendor/utopia-php/queue/src/Queue/Server.php(199): Utopia\Queue\Connection\Redis->rightPopArray('utopia-queue.qu...', 5)
#4 [internal function]: Utopia\Queue\Server->Utopia\Queue\{closure}('0')
#5 /usr/src/code/vendor/utopia-php/queue/src/Queue/Adapter/Swoole.php(37): call_user_func(Object(Closure), '0')
#6 [internal function]: Utopia\Queue\Adapter\Swoole->Utopia\Queue\Adapter\{closure}(Object(Swoole\Process\Pool), '0')
#7 {main}
thrown in /usr/src/code/vendor/utopia-php/queue/src/Queue/Connection/Redis.php on line 180```
progress! a different fancier error:
please use 3 backticks for multiline code-like things
weird...this seems to mean your appwrite stack isnt working right...is redis and mariadb online and functioning okay?
sorry just quickly highlighted and code formatted haha - silly discord ux
uhhhhh everything generally seems fine - here's my docker ps output if that helps
it's just functions that i'm having trouble with
maybe i should just go back to appwrite cloud and take a hit on latency ðŸ«
Recommended threads
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...