Open
Description
New Issue Checklist
- [x ] I am not disclosing a vulnerability.
- [ x] I am not just asking a question.
- [x ] I have searched through existing issues.
- [/x] I can reproduce the issue with the latest versions of Parse Server and the Parse JS SDK.
Issue Description
So I have setup my Parse Server(5.2.0) and Dashboard(4.1.0) and I am using the JS SDK latest version to build a React Native app with Parse integration but queries respond with ParseError: 119 This user is not allowed to access non-existent class: Task. But Task class exists and if I update any field then the query works fine. Any ideas?
Steps to reproduce
Basic query responds with ParseError: 119 This user is not allowed to access non-existent class: Task. Task class exists
Actual Outcome
ParseError: 119 This user is not allowed to access non-existent class: Task.
Expected Outcome
Class Tasks values
Environment
Server
- Parse Server version:
5.2.0
- Operating system:
Debian GNU/Linux 10 (buster)
- Local or remote host (AWS, Azure, Google Cloud, Heroku, Digital Ocean, etc):
remote server
Database
- System (MongoDB or Postgres):
MongoDB
- Database version:
db version v5.0.6
- Local or remote host (MongoDB Atlas, mLab, AWS, Azure, Google Cloud, etc):
remote server
Client
- Parse JS SDK version:
4.1.0