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?
Summary
Flutter SDK is broken due to metadata sent by cloud as String instead of int. Developer experiencing errors in parsing within the SDK, despite code being stable in production. Facing support nightmare from client. Solution: Investigate and rectify the metadata issue from the cloud side that is causing the error.
opbaba_
Rank 2: Process
Feb 25, 2026, 06:28
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
opbaba_
Rank 2: Process
Feb 25, 2026, 06:41
The errors happening because of metadata sent by cloud for a row for sequence as String instead of int
opbaba_
Rank 2: Process
Feb 25, 2026, 06:52
@Steven Please update what's going on. I'm in serious trouble