.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
- database documents relationships
after migrating from 1.7.4 to 1.8, database get document and list documents is getting results but with no relationship values, the relationship attribute will...
- deployment on every remote branch leads ...
Hi there, on my local appwrite instance it rebuilds my site on every deployment i make to github on every branch, even the main branch is set in the site settin...
- Migration from 1.5.11 to 1.6.2 fails
Hello fellow appwriters. I want to upgrade my appwrite system like the title suggests, but getting the following error during migration. See failure message in...