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
are you self hosting or on cloud?
Our deployed app used the cloud version, but this is only against my local appwrite instance whilst developing the feature.
what version of appwrite are you running locally? What version of the Appwrite CLI do you have?
What's going on in the console after you deploy?
it looks like it's taking some time deleting attributes and indexes...
Hey steven ๐
Appwrite Cli version: 5.0.3 Appwrite docker version: 1.5.5
Yeah that's right, so when I go to deploy my collection in this case it's called "climb" it's timing out when trying to delete the indexes and attributes. This is only happening when using the float data type, it works perfectly fine when using an integer but we need it to be a float to support values like 1.5 for example.
Is there anything additional that's required for a field which is a "float" ?
Recommended threads
- How to disable appwrite/embedding from s...
Hi everyone! I'm currently running a self-hosted instance of Appwrite. For my current use case, I don't need the AI/embedding features, and I noticed the `app...
- Invalid type for attribute 'email': emai...
I'm using the node-appwrite SDK to create a table, the column payload looks like this: ```json [{"key":"email","type":"email","required":true, "size": 512}] ``...
- Git connection is not working anymore on...
Hello all, I updated from 1.8.1 to 1.9.0 then 1.9.5. All seems to work even the Github connection. In Git configuration I see my Github user but when trying to...