Query only works after any update on Dashboard

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?

You should give access with clp[for class access] and acl[for documents] to related users.

If you try to change any field by dashboard I think you are master.

Class level permission is public read / write. And I can read from the app whenever I update in the dashboard.

Can you try removing public read and keeping only public write enabled?