-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Server 500 error on /parse/schemas #888
Comments
Could you provide more details about the contents of your _SCHEMA collection? It looks like it might be badly formatted. |
Here's a dump of the schema from Mongo: Doesn't look like there's an issue from a quick glance |
The issue was due to the existence of some legacy keys from Parse.com that weren't handled by Parse Server. I've submitted a fix in #900. |
Handle legacy _client_permissions key in _SCHEMA. Fixes #888.
sweet thanks |
I am getting a similar issue. LOG: |
Environment Setup
Parse server 2.1.4
Parse Dashboard 2.0.0
Heroku, and a dev server and prod server environment
Steps to reproduce
Deployed parse server and ran parse dashboard locally. It has no problem reading the schema from the development instance I setup but when I try to hit the production server I have I don't get anything back because the
parse/schemas
endpoint is always a 500. I can interact with the server though and it behaves appropriately. e.g./parse/classes/Users
, etc. But theschemas
endpoint fails.The only difference I can see between the two servers in Heroku is my production server uses https and my dev one does not.
Logs/Trace
The text was updated successfully, but these errors were encountered: