I have an issue with my Parse Server. It is connected to MoralisDB, and it is able to query most collections. However, there are three custom collections (not included with Moralis) that it is not able to query. The collections are called āoptionsā, ādropsā, and āpurchasesā. When I try to query them, either programatically or through the dashboard, I get the following error:
error: TypeError: Cannot read properties of undefined (reading 'type')
{"code":1,"stack":"Error: TypeError: Cannot read properties of undefined (reading 'type')
at .../parse-server/node_modules/parse-server/lib/Controllers/DatabaseController.js:1165:21
at processTicksAndRejections (node:internal/process/task_queues:96:5)"}
What are some good next steps for me to troubleshoot the issue? I believe it may have to do with how Parse is inferring the schema.