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
- How to bypass the rate limit on the back...
Once a month my app has a ton of usage and I always run into the Too many requests 429 error. I am trying to optimize the queues and jobs to manage that, but a...
- [SOLVED] Appwrite Cloud and FRA cloud se...
Can anyone estimate how long this will take to resolve? I am checking status here https://status.appwrite.online/
- How to use Operator.arrayAppend on a rel...
Hi, is it possible to use any operator on a relationship column? I have a One to Many relationship column on a table and I would like to add entries to the colu...