Thanks @joeyouss it's not currently hindering my work so no rush, but figured I'd report it
that's a greatt thought, thanks! if this is indeed a bug we can take it to github issues
Sounds good 🙂 lmk if you're able to reproduce it and I can open an issue
hmm weird -> so i made a document, added attributes, removed one attribute and tried updating, works for me but
let me check what might be causing this issue
probably the db is still identifying avatar_id as an attribute post deletion
@joeyouss sounds like a probable cause yeah.
Unfortunately it now is hampering my development progress though, as the API is reporting the same bug...
The Appwrite Cloud project is kind of disposable by the nature of what I'm working on, so if worse comes to worse I can delete it and make another if you think that'd mitigate the issue
how much time before did you delete avatar id attribute before updating your document?
Hmm not sure, maybe a few minutes?
hmm ok, i think i do have an idea of what is wrong, lemme quickly talk to my team and get back in some time
Okay thank you, I won't delete my project just yet
If you'd like @joeyouss I can DM you the projectId if that's helpful
sure sure
also thanks for your patience, really appreciate it ❤️
No prob, DM incoming 🙂
If you open an incognito window, do you still see the problem?
Will try shortly, thank you guys for chasing this problem 🙂
hey, any updates?
Invalid document structure for attribute that doesn't exist
Hey @joeyouss and @Steven apologies for the delay, I just confirmed that in incognito mode I can update the document without issue
That said I'm not seeing the issue in my original session anymore either 👍
I'm pretty sure this was an old bug where wizard states were not reset. This has been fixed in the latest version of Appwrite. If you run into this again, try refreshing the page.
Awesome thanks @Steven
[SOLVED] Invalid document structure for attribute that doesn't exist
Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Appwrite Storage error 503s for automate...
I'm facing error 503s from Appwrite after about 5-6 seconds of making AI requests from my tool with images and files above 20MB (=> not inline base64 used, but ...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...