Open mstniy opened 3 years ago
Thanks for reporting.
I classified this a bug with severity 3 because a known workaround exists.
Workaround: update whole field instead of nested key.
Thanks, we'll keep this issue open as it still affects Postgres. Once we removed the Postgres adapter from Parse Server into its own repo (https://github.com/parse-community/parse-server/issues/7349), we can close this for Parse Server.
New Issue Checklist
Issue Description
Updates to nested pointers don't work.
Steps to reproduce
Actual Outcome
The update on the nested pointer does not take effect, so the assert fails.
Expected Outcome
The pointer should be updated as instructed.
Failing Test Case / Pull Request
Environment
Server
master
as of 20 May 2021Ubuntu 20.04
local
Database
MongoDB
v4.4.6
local
Client
JavaScript
3.2.0
Logs