After updating my custom domain, which was working on 1.3.8 disappeared. No idea if that was expected.
I was using nginx on my host with proxy pass to port 8085 and A records for the cert. No idea if something changed.
I removed nginx and changed ports to 80 and 443, seems it got certs but I get a timeout when connection to the dashboard. Api seems to work though, any idea?
Ok, second issue was a firewall thing, solved.
so what's the problem now? domains? Did you run the migrate command on 1.4.1?
No, should I migrate on 1. 4.1 too?
I readded the custom domain manually removing my host nginx, with that it worked
No idea why it disappeared though
yes. there was a migration bug
but there's still a bug...so you'll need to run migrate command on 1.4.2 as well
Ah, ok
I'm a bit confused with migrations, I mean, where should I read to know if I should migrate or not? Because the website says only major versions
we'll mention in the release notes: https://github.com/appwrite/appwrite/releases/tag/1.4.1
Recommended threads
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- I recently applied for the free plan und...
I recently applied for the free plan under the GitHub Student Developer Pack. However, my billing status still shows $15, and it mentions that this amount will ...
- Bug Report: Appwrite Console UI Issue on...
Steps to Reproduce: - Navigate to any collection page in the Appwrite console UI. - Open the menu and click on "Create Collection." - Observe that the dialog to...