Problem with getting rows from related table after migration to appwrite 20
- 0
- 2
- Self Hosted
- Flutter
- Databases
Hi, I migrated the Appwrite SDK to 1.8.0 and the package in my Flutter app to version ^20.3.2. I noticed one thing is different. Previously, when I got a JSON record from a table that has a related table (revisionBooks), the field contained [_JsonMap]. Now I only get an id. I can show the difference on screen. In the Appwrite panel everything looks correct (second screen) - when I click on the id in the revisionBook field, it shows me the details from the related table. For testing purposes, I downgraded only the package from 20.3.2 to 17.0.0, and everything works correctly like before.
Thanks, it's working!
Recommended threads
- local (self-hosted) sites issues
setup: - `composer run installer:dev` issues - Getting error when visiting the site ```Synchronous function execution timed out. Use asynchronous execution in...
- Error With iOS Apps
I keep getting the below errors for my flutter app. The clients are registered and have been. This wasn't an issue a few hours ago. AppwriteException: AppwriteE...
- I'm getting an error on the console "j?....
On my self hosted instance version 1.8.1 the console is giving me this error when trying to view the rows for a table I recently created. My application is read...