
Has anyone encountered this issue?
appwrite deploy collection
stuck every time at creating a datetime attribute.
I went to console and every other attribute was created so I believe it has something to do with datetime.
I followed the example here. https://appwrite.io/docs/models/attributeDatetime.
// my config
{
"key": "onSaleDateTime",
"type": "2020-10-15T06:38:00.000+00:00",
"status": "available",
"required": true,
"array": false,
"format": "datetime",
"default": "2020-10-15T06:38:00.000+00:00"
}
// Error message I got
Attribute creation did not finish for too long

Hmm...that type seems odd...

Would you please try putting datetime
for the type?

It worked, thanks!

Awesome! Would you be able to create an issue? It looks like the type in the docs you shared is incorrect

cc @VincentGe
Recommended threads
- Query timeout on 10 concurrent functions
Hi, I have appwrite 1.7.4 self hosted I have a Node.js function that does several operations: 1. Query a collection to get a document, currently there is a sin...
- -101 Documents in Database
I recently deleted most of the documents in my database. Now the appwrite console says -101 documents, as shown in the screenshot. Seems to be a bug, is this po...
- Migrate IDs
Hi everyone, is it possible to migrate entries with an ID to another ID (like just change the ID of e.g. a database, collection, bucket, etc.)? I could write a ...
