
Project id: 66045eb4ad78658d4b8e
I created an attribute in Appwrite called "followed" and had to delete it because it was causing issues. That was yesterday and somehow its still lingering somewhere according to browser console, can you please help? I've also removed the followed from my code. Thank you!
and here is my "Users" collection where I used to have the "followed" attribute (6604684bbfd6cff7d4e5)
Just for context, this is happening when i update my profile on my platform. My update fails when i try to save it
browser-ponyfill.js:518 PATCH https://cloud.appwrite.io/v1/databases/660467e…/collections/6604684…/documents/661c3cb… 400 (Bad Request) api.ts:565 AppwriteException: Invalid document structure: Unknown attribute: "followed" at Client.<anonymous> (http://localhost:5173/node_modules/.vite/deps/appwrite.js?v=78bda405:850:17) at Generator.next (<anonymous>) at fulfilled (http://localhost:5173/node_modules/.vite/deps/appwrite.js?v=78bda405:488:24)
Recommended threads
- Collection Permission issue
I am facing issue in my Pro account. "Add" button is disabled while adding permission in DB collection settings.
- Opened my website after long time and Ba...
I built a website around a year back and and used appwrite for making the backend. At that time the website was working fine but now when i open it the images a...
- Is it possible to cancel an ongoing file...
When uploading a file to storage, is there a way to cancel the upload in progress so the file is not saved or partially stored?
