-
-
Notifications
You must be signed in to change notification settings - Fork 596
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Query only works after any update on Dashboard #1995
Comments
Thanks for opening this issue!
|
Have you checked your class level permission in the dashboard? |
Class level permission is public read / write. |
In your Parse Server Configuration do you have |
@dplewis Yes I have it off. |
Turning it on should fix your issue. See here |
@dplewis but I want to read only from app side. Would that not enable classes to be editable and even created on client side? |
Can you update to the latest version of Parse Server? |
@dplewis I know this might be a dumb question but is there any problem on updating the version directly (meaning do I need to do a backup or anything) ? |
Depends on the changes from 5.XX to 6.XX may have some breaking changes. |
@dplewis does parse-server sleeps for some reason because I am trying the same now on a backoffice and it does login fine but then when trying to fetch a pointer inside _User class, it returns
|
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
5.2.0
Debian GNU/Linux 10 (buster)
remote server
Database
MongoDB
db version v5.0.6
remote server
Client
4.1.0
Logs
The text was updated successfully, but these errors were encountered: