CAN'T ACCESS DATA! Sever error after creating an attribute and changing the field size.
- 0
- Cloud
I need help on the cloud version of appwrite. I created a text field on my collection and after that I have changed the size. Now I am stuck in a state where I can not update any document.
@Steven you have helped me last time with the relationship attributes, could you please take a look at this?
Project is "isar-maintenance"
And the collection is customers. The attribute that is stuck in a weird state is "telephone". If there is any data in this field, it's no issue if that is wiped. all other fields are important.
what was the size before and what did you change it to?
btw, the best way to get help is by submitting a support ticket via the Appwrite Console
The previous was 32 and now i have changed it to 128
and when did you try to update?
Update the collection 20 minutes ago. Updated the documents still does not work, tested right now
The field does not show up in the console, but when fetching a customer, then the field "telephone" is in the answer with null value
It is also not existent when trying to push my appwrite.json collection definition. So it prompts me if I want to create the field "telephone" in the collection "customer"
i don't see this attribute...
did you delete the attribute?
yes
i tried
That's why its stuck i time
It somehow exists and doesnt at the same time
Also, FYI, relationships are experimental and may cause performance problems so be wary when using too many
thank you! 🙂
Can you fix the issue with the telephone field?
Just actually deleting would help I think. If there's no trace of the field I could just create a new one with the right size from the beginning on
you said you see it when you fetch. what exactly are you fetching?
Recommended threads
- Possible FRA servers down
Is it possible that the Frankfurt servers are currently down? There is no way to fetch any data. Given the few reports already in the <#564160731327758346> chat...
- Appwrite DNS nameservers return SERVFAIL...
My custom domain demomanasa.online (and all its subdomains) stopped resolving with ERR_NAME_NOT_RESOLVED for all visitors. I have traced the failure to Appwrite...
- Compatibility issue with Kakao OpenID Co...
**Context:** I am attempting to integrate **Kakao Login** (one of the largest social login providers in South Korea) into my Flutter application using Appwrite'...