Could you please provide your Application ID and the table name you’re working with?
This issue looks weird so please also provide your steps, so we could reproduce it.
How were you able to fix this error? I’m getting the same error when trying to post something while logged into the captain@backendless.com account during step 8 of this mission.
Thanks for the quick response. I copied the code into the REST console directly from your mission tutorial video (https://www.youtube.com/watch?v=Xk6NFNxBYWU) (per image below), and receive the 3011 response in the Response Body when I click POST.
I am logged in as the Captain America account, which is assigned the ‘passenger’ user role, which should allow it to create and update posts.
Notice in the Request URL field it says /data/Users. You will also notice that the Users table is selected on the left (the screemshot doesn’t show that). When you’re adding a request to the Users table (by clicking POST), the password field is indeed required, because any new user record must have the password. Therefore the error you’re getting makes perfect sense.