Skip to content
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

got "Internal server Error" when trying to query for _User #202

Closed
pungme opened this issue Feb 3, 2016 · 4 comments
Closed

got "Internal server Error" when trying to query for _User #202

pungme opened this issue Feb 3, 2016 · 4 comments
Labels
type:question Support or code-level question

Comments

@pungme
Copy link
Contributor

pungme commented Feb 3, 2016

We've set up the parse-server with Heroku & MongoLab and migrate the user successfully. But when we try to query for User, we got the "Internal server error." message.

    var User = Parse.Object.extend("_User");
    var query = new Parse.Query(User);
    query.find( ... ) 

Anyone could give us a hint ?

@natanrolnik
Copy link
Contributor

I'm not sure it would make a big difference, but have you tried defining the User var this way:

var User = Parse.User;

@pungme
Copy link
Contributor Author

pungme commented Feb 3, 2016

Hi @natanrolnik thanks a lot for a reply. But unfortunately still got the same error. :-/

@gfosco
Copy link
Contributor

gfosco commented Feb 6, 2016

Please run the server with the environment variable VERBOSE=1 and capture any details you can.

@gfosco
Copy link
Contributor

gfosco commented Feb 20, 2016

If you still have issues with the latest version, please open a new issue. Thanks.

@mtrezza mtrezza added type:question Support or code-level question and removed 🔧 troubleshooting labels Jul 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:question Support or code-level question
Projects
None yet
Development

No branches or pull requests

4 participants