Hi there!! Self-Hosted. I ran all the required migrations and upgrades from 0.42.2 to 0.43.5 to 0.44.11. Attached last upgrade logs (0.44.11), all passing but that last message (duplicate, record already exists, I assume that is not a problem?) .
I migrated from spilo image to postgres:16 on the 0.42.2 -> 0.43.5 migration.
On the app, I cannot see the workspace objects and favorites. Just current opened object. I can indeed open other objects and I can access records data.
On the other hand, I cannot add a record to "Favorites", with error:
Should never occur, encountered unknown fields forWorkspaceMemberId in objectMetadataItem favorite
Should never occur, encountered unknown fields forWorkspaceMemberId in objectMetadataItem favorite
Indeed, on my DB workspace -> favorite, I have
worspaceMemberId
worspaceMemberId
and not
forWorkspaceMemberId
forWorkspaceMemberId
. I asume im missed a prev migration? I did run all prev migrations and upgrades tho.
On the frontend, i can see the the correct
/graphql
/graphql
queries with existing data for favorites and workspace metadata.