Data added via a Mongoose script is visible directly in the MongoDB collection but not accessible through Parse Server.
I understand this might be related to ACL. But I’ve enabled public read and write access. What is that I am not doing via script which done by parse queries?
This is important because going ahead, I will be using this database as shared db hence making it a very vital. Please help.
This doesn’t seem to be related to schema, since the collection has only one field additionally added called data.
This collection has a field called ACL as well which i can see on the dashboard, and I’ve created it explicitly to set the value as {*: { read:true, write:true } }
You said that there is an acl part in the schema and I understand that you can see it. Could you please tell me if there is another field in the schema?
Then I suspect the logging or log level is not set correctly. A query should be logged in any case. Or the request may never actually reach the server, that’s where you could start your investigation.