Hopefully its ok to share 🤣 lolz
Project ids are fine. The only thing sensitive are API keys
😎👍
When did you delete the attribute?
As i mentioned its to evaluate the scenario i faced in project where we need to delete a column data and replace with new data which is of different type. So wanted to see how to do that here as i am evaluating whether we can migrate to appwrite .
In conventional sense it would be ETL which i did for 1000 records which is easy. Extract drop ,recreate.
Yes, but when did you do this?
Like 30 mins back or so
Oops i read ur question wrong sorry
Cloud should have been running fine at that time 🧐
How did you fetching the data?
Will share code in sometime .
I used the nuget package for appwrite and used that to get specific doc data
Sorry I meant did you use getDocument()? What if you tried listDocuments()?
Yes i did use getdocument . Used listbdocument to get the document id and used that in getdocument.
Is the attribute there in listDocuments() too?
Will check that shortly
Afk right now
Also gonna try in selfhost whether any difference there
the Document object doesnt have the attribute property.
btw, i just tested in self host, it works . but in cloud it does not.
So doing list documents you don't see it, but doing get document you do?
It shows in both
In cloud, but in self host it works as expected
Weird... Could you try recreating the collection and trying the process again?
sure
waiting for some time now 🙂
Could be maintenance and can last an hour or so. Please wait
Recommended threads
- Charged after Downgrade
I downgraded from the pro plan last month, but it’s still trying to charge my card this month and my account has been restricted
- Invalid type for attribute 'email': emai...
I'm using the node-appwrite SDK to create a table, the column payload looks like this: ```json [{"key":"email","type":"email","required":true, "size": 512}] ``...
- Sydney Cloud Sites: App Git deployment a...
Project ID: rentwize-db The app Site fails after the build completes with a missing build archive error. Site id: app Framework: TanStack Start SSR Output dir...