Late yesterday my production server on data.limetrack.earth went down. There are issues with my cloud service provider that I've been unable to resolve.
I restored the last SQL backup that I had from my production server onto my staging server, data.lime-track.com, and tested that I could see all of the data I expected to see. Everything works fine and all the data is there.
After updating my .env file to replace all occurances of data.lime-track.com with data.limetrack.earth, I repointed my DNS records so that data.limetrack.earth resolves to the same IP address as data.lime-track.com. I did this because I have a mobile app in production that accesses data.limetrack.earth. I allowed sufficient time for the DNS to replicate, brought all the containers online and then tested if I could access data.limetrack.earth. I get a gateway timeout error accessing the console.
I also received an email saying that issuing the SSL certificates failed (see next message). I believe that the two are likely related.
Does anyone have any advice/thoughts on how to resolve this, because my customers are currently not able to use my app?
Recommended threads
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...
- Console display all Databases as TablesD...
While looking at an issue with <@1231860789355347971> we saw that the console was displaying ALL databases as `TablesDB` even if the real type in the API is `le...