Hello,
I am trying to deploy a new Appwrite Stack, when i deploy I get this in the console:
Stack trace:
#0 /usr/src/code/app/init.php(510): Swoole\Database\PDOConfig->withPort('')
#1 /usr/src/code/vendor/utopia-php/registry/src/Registry/Registry.php(75): {closure}()
#2 /usr/src/code/app/http.php(70): Utopia\Registry\Registry->get('dbPool')
}
thrown in @swoole-src/library/core/Database/PDOConfig.php on line 82```
My compose is attached
and how about the _APP_DB_PORT in your .env file?
hmm you might run into some unexpected behavior from changing the container names like you did
Is there a better way to deploy multiple appwrite instances on a single server?
i don't recommend that because it can be difficult to maintain. why do you need to do this?
Simply because I need multiple SMTP configs for multiple orgs within my appwrite which is not yet a capability
If I could have org based SMTP this wouldn't be a problem
ah ya...well the good news is this is coming in our next release
Do we have a release date on that?
soon 😉
Lol alright I'll put a hold on this for now then. Thank you for your help
Recommended threads
- User Limit Bug
How can I disable Appwrite client SDK registration? I have heard the solution to set the User Limit to 1. But everytime I set it to one it will automatically se...
- Create file is listing files instead of ...
This is a bit strange but, I cannot create files from within a funcion. I have tested with latest SDKs versions of node and python, both instead of creating the...
- [SOLVED] How to use the Health endpoints
So i wanted to monitor everything on my appwrite instance tho it seams like there is no API scope available for thoses. Looking at : https://appwrite.io/docs/r...