ProjectId: 660467ed88cc9823a538 Users Collection: 6604684bbfd6cff7d4e5
I have an attribute (followerId) in my Users collection that I deleted about 2 months ago, however it still says, "processing". I initially agreed with Appwrite Support to leave it there as I never noticed any issues with it being there, but now I know where it does cause an issue. When I try to create an account directly in Appwrite>Users>create document, I cant save the document because its looking for the "followerId'
Can you please assist and remove the attribute? Thank you!
When I try to create an account directly in Appwrite>Users>create document, I cant save the document because its looking for the "followerId'
Would you please clarify?
Sorry i forgot to add this screenshot. when I try to save the new Users document
but only in the console?
Correct
sounds like this is a bug in the console...
you don't see the attribute in the console? do you see it in the request?
I dont see the request, no
This has been here for almost 2 months after I deleted it
Sorry I do see it in console (obviously) with that last screenshot
Recommended threads
- RowList: The value of total is coming as...
RowList: The value of total is coming as a String, so it throws an error because it’s not parsed into an int. Error: TypeError: \"37\": type 'String' is not a ...
- Docker Compose MongoDB Setup
everythings work fine but the mongodb fails on startup everytime. log: ``` Generating random MongoDB keyfile... /bin/bash: line 9: : No such file or directory ...
- Auth broken after update from 1.8.0 to 1...
So ive been having issues creating, deleting or updating users on my appwrite instance after i updated from 1.8.0 to version 1.9.0. When trying to create a user...