You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the adapter issues are fixed, I could run my app to further test the new Supabase integration.
Unfortunately, the following exception was thrown:
E/flutter ( 5671): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Invalid argument(s): Field primaryKey on Customer is not serialized by Supabase
E/flutter ( 5671): #0 QuerySupabaseTransformer.expandCondition
Since the adapter issues are fixed, I could run my app to further test the new Supabase integration.
Unfortunately, the following exception was thrown:
Full Stack trace
(Originally the error ends with "...not serialized by SQLite" as seen here, I guess this is a typo and should be "...not serialized by Supabase".)
It gets thrown when I batch query the Projects, which have an associated customer.
This is the code inside the
_$ProjectFromSqlite
which includes the where clause with theprimaryKey
field which leads to the error:The text was updated successfully, but these errors were encountered: