Why it took so long to completee the process on creating index, when then I am trying to delete the attribute while the status is still in the processing
, it gives me stuck
until now the processing is still exist
the stuck cant delete
You can try this inside your appwrite directory.
docker down docker up -d
backups happen once a day...during that time, it may take up to an hour to process.
its been over 6 hours
it starts on 10 pm
then I woke up at 3 am to try
how much data do you have and what's your project id?
I dont have much data. It does not reach a hundreds of data. I think 50 below.
Project Ids: Dev Project = 64c8d4fe450efd228047 Staging Project = 64d79de210e0f3e6975d
Please check these two appwrite project
hmm sorry no logs
Just create new one
but still on processing
But when I am creating a different index type for example key index type. Its fast to processed it
ya these are in a limbo state now...it's not actually processing anymore
Ohhh never mind, same error occurs I just tried it to create key index, it still the same
I just used different project
why it so fast to create a index
oye...something seems screwed up with your collection...
yup, I think I need to recreate this collection
Recommended threads
- My account is blocked so please check an...
My account is blocked so please unblock my account because all the apps are closed due to which it is causing a lot of problems
- Applying free credits on Github Student ...
So this post is kind of related to my old post where i was charged 15usd by mistake. This happens when you are trying to apply free credits you got from somewh...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...