New Issue Checklist
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
Logs
New Issue Checklist
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 existsActual Outcome
ParseError: 119 This user is not allowed to access non-existent class: Task.
Expected Outcome
Class Tasks values
Environment
Server
5.2.0Debian GNU/Linux 10 (buster)remote serverDatabase
MongoDBdb version v5.0.6remote serverClient
4.1.0Logs