Hello, I'm not sure whether this is related to maintenance because I can't create documents in one collection, but I can do so in another collection of the same database.
Do you have relationships in this collection?
What's your project id?
Hi Steven, my project ID is huntpile, collection id = offer. There is no relationship at all in that table
hmm let me see what we can do about this...
Thanks
By any chance this could be my own data error? So that I can investigate further?
did you set permissions?
I tried to insert the record from appwrite console. I didn't set any permission during insertion. The collection has a permission to allow any users to create.
Yeah you’re not technically a user
well
Actually in the console with an api key you are
so you tried to create from console and it gave you that error
Nah this was caused by the upgrade...your enum attribute didn't migrate over properly
yes.
oh. do I delete the attribute and recreate? in order for it to work
That might work...if you're okay with losing the data.
Thanks very much. I will do it.
Or maybe even updating your enum
Editing the enum works perfectly. Thanks a lot.
[SOLVED] 500 error when creating a document
Recommended threads
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...
- Update user email using OTP
Hi, I am trying to implement email update using OTP, there is not password associated with the account. One solution I found online is creating appwrite functio...
- Magic Link token automatically consumed
Hi, I'm using the Magic Link auth system with Appwrite Cloud and I'm running into huge issues getting users to log in successfully. About 9 times out of 10, th...