devLakunleOriginal post
Web Developer
I encountered an issue when creating attributes in the collections . if you create an attribute of type string for example and choose a size of 200 or 250 or any number other than 255. the attribute will not be created a processing alert wil be shown on the attribute forever. it can't be deleted or updated .. it have forced me to create another collection.. I think this is a bug. if un-supported size is selected for example the user should be alerted immediately rather than processing forever.
Summary
Issue: Creating attributes in collections with non-standard sizes causes processing alert forever.
Solution: The error occurs when creating a string attribute with a size other than 255. To resolve the issue, make sure to select a size of 255 for string attributes to prevent the processing alert from persisting indefinitely. Additionally, an immediate alert to the developer should be triggered if an unsupported size is selected for better user experience.