Hi, new here!
I'm currently building an app where there's a table called "track_sessions" whose column "creator" I wanted to change to "creatorID". However, after doing it on the dashboard, I'm getting this error: "Invalid query: Attribute not found in schema: creator". I don't know it this is due to some weird replication lag in how Appwrite handles writes or something, but I'm not able to access the table either through the React Native SDK or through the Web Dashboard itself.
Here's a screenshot of the dasboard.
I'd appreciate help with the matter! Thank you
Have you checked that it's updated to creatorID everywhere? Please make sure that there's nothing left with the old name creator anywhere in your code.
Yeah, there's no other 'creator' reference anywhere in the code. And even it it were, it wouldn't explain the crash in the dashboard, right? I attempted clearing my browser's cache but still no changes.
Ok tell me one thing, by any chance, the creator attribute was indexed? Or was a part of any relationship?
Recommended threads
- Quota not resetting
hi, im using appwrite's free tier plani hit my read limts last month and the billing cycle said it would reset on june 4th but that is today, the billing cycle ...
- Student plan issue
I am using GitHub student plan, I even got access to appwrite's mock phone number. but when I try to use it, it says the phone number limit has reached
- DB Relational Table Request
Hi, I'd like to suggest a rewording of the relationships between tables. - Current wording: storeOperatingDays can contain one storeId ...