Hi Tyler,
First, I read your articles on Flexible Sync in Medium. Thanks for those! They were very helpful.
I have replaced my appId with the actual appId.
Here is a link to the app: App Services
Your response got me looking at the AtlasUI more and I noticed that the two classes that are on there from the SwiftUI Quick Start, Item Group and Items, were somehow under the todo app, which was in the Swift Quick Start. I changed the permissions for it, and then it worked.
Then I broke it. I tried to remove that todo app, and ended up removing the schema, so now I get a different error, “Info: Connection[1]: Session[1]: Received: ERROR “Invalid query: failed to parse query: query contains table not in schema: “Item”” (error_code=226, is_fatal=true, error_action=ApplicationBug)”.
I was under the impression that you could generate a schema in development mode by running the app, but no luck. I need to figure out how to get the old collections out and get them under the Quick Start app which I’ve called TryRealm - that one does not show up anywhere on the dashboard. I will also want to do this for my real app when I get to that point.
I’ve looked around all through the dashboard and can’t figure out how to delete the todo app, nor how to put in a new app, which I though I could do from the client by just running it.
Sorry, Realm and Atlas are both new to me and there is a lot there to figure out and get working correctly.
Thanks, Steve