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
- Unable to create records with other user...
are we able to create records in collections with permissions of different user than the caller of this request? (with document security on) I have backend func...
- Deployed website on Sites not opening.
Hey y'all. I deployed a site as a submission for the Sites Hackathon, which was nearly a month ago. After the hackathon, I never really opened the site. Now, wh...
- I'm getting error Invalid `url` param: I...
``` 2025-10-26T12:52:02.292Z [error] AppwriteException: Invalid `url` param: Invalid URI. Register your new client (vercel.com) as a new Web platform on your pr...