So I just encountered this error where I cannot add existing users to roles via Parse Dashboard.
In the _Role class, by clicking the “View relation” arrow under “users” field it will go to a new view with all the users related to that specific Role.
However, when I try “edit” > “Attach Existing Row” I get this error when I add the objectId of my user. Basically not allowing me to attach any user to any role I have.
As you can see, this is a fresh install of Parse-Server and Dashboard as I also encountered this on my development install and wanted to see if a fresh install also gets me the error.
I was wondering if anyone here can go and try it out on your installations and see if you get the same error.
My install are with these dependencies which are the latest versions:
"express": "^4.18.1",
"parse-dashboard": "^4.1.1",
"parse-server": "^5.2.1"
Any help would be appreciated. If it is truly a bug, I’ll go open up an issue in github.