
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
- phantom relationships appear on parent c...
i have this bug were my past deleted collection apears as relationship to my parent collection. when i try to delete that relationship from parent it gives me e...
- Attributes Problem - Cloud
I am not able to see the attribute columns and their context on cloud. Can you help?
- Authorization header not working in Appw...
I have an Appwrite function that takes a custom bearer token as authentication. The function works fine locally when I test it with `appwrite run functions`, bu...
