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
- Docker Compose MongoDB Setup
everythings work fine but the mongodb fails on startup everytime. log: ``` Generating random MongoDB keyfile... /bin/bash: line 9: : No such file or directory ...
- Auth broken after update from 1.8.0 to 1...
So ive been having issues creating, deleting or updating users on my appwrite instance after i updated from 1.8.0 to version 1.9.0. When trying to create a user...
- Magic Link woes/noob
Magic Link is working; it sends the link to my email. But the link itself always leads to "Page Not Found. The page you're looking for doesn't exist". Clicking ...