Pretty much as the title describes, this is only an issue for some collections. First, I noticed it when I went to my Parse Dashboard. First, one collection stopped showing up, then two more. Now, if I try to query those collections in the front end, 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')\n
at .../node_modules/parse-server/src/Controllers/DatabaseController.js:1310:27\n
at processTicksAndRejections (node:internal/process/task_queues:96:5)"}
Not really sure where to start troubleshooting here. Any guidance would be appreciated