.env file not supporting credentials from a caching service PolyScale.ai
- 0
- Android
- Databases
- Self Hosted
Hi!
I am using aws to self host appwrite for my project. I am using ec2 for appwrite and amazon rds with mariadb as database. But recently I came to know about a service calle PolyScale.ai
They basically help you to to cache your database a as a mediator between your database and application (kind of similar to redis)
How the problem is that they once I connect my rds databse with that server they provide me a different hostname, port and a user in order to add it into the configuration of my application (in this case, appwrite .env file).
After doing all of this when I try to make http request for my appwrite server, it shows "server error" code "500"
Is there a hope that this can get solved ASAP
What do the docker logs for the appwrite container show for the 500 error?
Recommended threads
- Connectivity issue after upgrade to 1.9....
When running this command :- docker compose exec appwrite doctor I am getting the following error:- 🔴 Console.DB.(console)...........................disconnect...
- Transaction feature is not working somet...
I am getting the below error sometimes and sometimes it is working perfectly fine. Transaction failed: AppwriteException: transaction_not_found, Transaction wi...
- Updating to 1.9.0
Docs are lacking, I've already run in to some issues: - Firstly the web UI port doesn't work... had to add ```--http-port=9999``` in to the docker run command t...