Help
Delete the collection and recreate
Attributes Processing
+1. Still processing even new collection, new database or new project
@Steven I did wait for 2 hours but it was on the same stage. I shut down my computer then today I opened appwrite again. The database was not available there.
Just keeping a record, my database suddenly recovered and everything is back to normal. It's really strange.
Not strange, that happens when the daily maintenance is ongoing
Most times it takes less than an hour, but it will be determined by several factors so it could take longer
You can still create documents during ongoing maintenance, but not database structure like creating/deleting attributes
@D5 Thanks ~ Get it 🫡
Is it still?
I did try yesterday but the issue was there , I again logged in today . My database was completely deleted like before
@Steven
Would you please provide more detail about what you did?
I did try for 2 days it was saying processing , today it got finished. The problem is now solved
That's weird, most times it should take less time. Maybe it was a browser cache issue 🤔
[SOLVED] Attributes Processing
Idk but it's amazing that it worked finally
Now I'm getting this issue. After waiting for 3-4 hours It didn't resolve the issue. Then after I deleted the collection and recreated it, and again showed the processing status.
Please create a new post and specify your project ID
Thanks. I've created a new post.
Recommended threads
- execution failed
When executing an appwrite function, I'm getting a 500 error, but I don't see it in executions. This issue appeared today. Here's the appwrite function ID: 68b4...
- How to use appwrite types
I am using appwrite types --language ts ./types to generate the types yielding something like: ``` import type { Models } from 'node-appwrite'; // This file i...
- Dynamic Roles
I tried to store a row with this permissions: permissions.push( Permission.read(Role.users("verified")), Permission.write(Role.label(`c-${calend...