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
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Migrate from cloud to localhost
Hello everyone. I need to migrate my test project from cloud to localhost, however it seems that this is possible only if a self-hosted appwrite instance it's h...