Receiving server error and attribute limit exceeded when adding or updating new attributes.
- 0
- Web
When I want to update an attribute or add a new one, I'm getting the server error or attribute limit exceeded. This is about the following link:
/project-67042ce1003e17e79ad2/databases/database-67069b170002996fe497/collection-6725d571002f0450b0ae/attributes
Can this be fixed please, or what is causing this error? Noticed both errors quite alot in the attributes view.
Hey 👋 how many attributes does the collection currently have?
19
is there a limit?
Yep but it's around 1000 so still very far off your count. The other way that exception is thrown is if the maximum byte-size for each document would be too big based on the attributes. What kind of attributes are the ones you have? Strings with large sizes?
Yes maybe large sizes.
But looks like I can't change anything once it's reached
Always server error and attribute limit exceeded
Also on other collections
pretty annoying
Hi, would it be possible to have a look into this issue please?
I'm not able to update attributes or change my database structure.
I'm I the only one who has issues with functions, attrbutes, databases?
When updating a attribute - always internal error
code 500 message "Server Error" type "general_unknown" version "1.6.0"
Even deleted some attributes to make the size smaller on some attributes, but changing after also does not work
Now a few columns are broken in my app
A fix for the server error has been merged and will be released in the next fews days, I'll circle back here when it's live.
For now, since you've hit the limit, you would have to either delete some attributes or reduce the size on some existing attribute sizes by a decent amount, if you get the server error it means it's still too large
Oké, I had to create a new collection and add all atrributes again. Then it was working. The "old" collection had the same values, and it was not possible to update/add new attributes.
Just to let you know.
Recommended threads
- No server error on selfhosted appwrite
Please help me, my clients is ask what happen on their data? How can i make it up again?
- Upgrading selfhost version?
It is okay to upgrade version to higher one, of my current version is 1.7.4 to 1.8.1. Is that safe to do cause my clients already have data on that? Also is a...
- Streamlit UI and local DB
I want to use Appwrite for automation, like run watchdog service every morning 3 am. Anyone got suggestions, already explored github and documentation no luck. ...