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
- Self-Hosted and Multi Region support
Hey Appwrite Team, As a test and to expand self-hosted capabilities even more, i was thinking of understanding and testing how to deploy a multi-region instanc...
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...
- Migration from Cloud to Self-Hosted not ...
Hello Appwrite Community, I've got the problem, that when I try to migrate my Appwrite Project from the cloud to my self-hosted Appwrite, that an API Key is mi...