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
- Cloud function deploy stucks in processi...
Been trying for the last hours to deploy my function but for whatever reason, alwasy stuck on processing!
- Increase by operators
I see appwrite have bunch of useful operators for querieng db. One more I would like to suggest is operators like increase the count of a int columns by 1,2.. ...
- One-time Cloud migration blocked by data...
Hi, Iβm blocked on a one-time migration from Appwrite Cloud to my self-hosted Appwrite instance. We already fixed the region issue, and the migration now corre...