Today I woke up to find all my flutter amd appwrite projects not working due to the sdk throwing error "Type "String" is not a subtype of "int"". Something changed overnight on cloud side i guess. Everything is broken now. Whats going on?
The error is in parsing within the sdk. And I am certain its not because of my code. All apps are stable in production for a while and all of them have stopped working. Highly unacceptable!! I'm in a support nightmare from my client
The errors happening because of metadata sent by cloud for a row for sequence as String instead of int
@Steven Please update what's going on. I'm in serious trouble
Flutter SDK broken by cloud.
Recommended threads
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...
- fastly error
Hey! I'm hitting a Fastly error on the www version of our site, but the root domain works fine. We have a wildcard set up, so I expected the subdomain to be cov...
- Facebook's scraper facebookexternalhit g...
share.bardbliss.com but works fine on the raw fra.appwrite.run URL. No execution logs appear when Facebook hits the custom domain. This was working before. How ...