
And, also, Is the error still the same?

Yes

It seems like I cant use indexes with names that I used before the update and that across collections.

But I dont really know 😄

Sometimes that indexes wasn't deleted

Cool and now? 😂

How can I delete them?

For that you'll need to access your database directly

And why cant I create an index with the same name in a new collection?

Ok nvm

That works

But only in a completely new collection created after the update

Mmm, maybe something got mix over there

If you'll connect to your database you can see all the indexes each collection has, check if you see some old collection index

How can I access this database?

I mean its closed from public access

Or not?

I've created a gist that explains the process https://gist.github.com/byawitz/885510a4d9789e97424337e9472276d7

Hmmm

Depends of your version, you can also use database api : https://appwrite.io/docs/server/databases?sdk=nodejs-default#databasesDeleteIndex with rest or graphql

It may be that you are not allowed to create an index that has the same name as an attribute

But if appwrite knew that the index exists it would display it in the console or am I wrong?

Yes, make sense, That why it's better to try with direct connection.

Don't know, you need to try that

Ok no that also not the case
Recommended threads
- `access_denied_to_user` - push new branc...
Why pushig new branch is not allowed? ``` git push origin fix-no_issue_id-fix_variable_name remote: {"auth_status":"access_denied_to_user","body":"Permission t...
- 2 Columns still processing since yesterd...
Hey o/ Yesterday (around <t:1758045600:f>), I created a database and added several columns to it. After about 15 minutes, most of the "processing" tags disappe...
- 503 Timeout when Updating or Upserting D...
Hey I’m running into an issue when trying to update or upsert a row in Appwrite. The request hangs for a while and then throws this error: ``` AppwriteException...
