Web Developer
Hi everyone,
I'm just in the process of switching a new collection property and I'm having some difficulty converting it to a "float" from an "integer".
I've added the new attribute to my collection like:
{ "key": "height", "type": "float", "status": "available", "error": "", "required": false, "array": false, "default": null }
However, when I go to deploy my collection on my local instance it's timing out and I get the error ""Error Attribute creation timed out.". It worked fine when I had it as an integer but when trying to use a "float" It's timing out for some reason and I can't figure out.
Would be great if someone could point in the right direction or consider a different approach to be able to store values like 1.5.
Thank's,
Alex M