when I executed my web app engine project in java for login application it showed this error can any one help I am using eclipse kepler java 1.7 in my system I am not getting any exception. enabled data store also. Error: Server Error The server encountered an error and could not complete your request.
If the problem persists, please report your problem and mention this error message and the query that caused it.
The message indicates that there has been a problem while trying to startup your App and serve your request.
I suggest the following:
Hope this helps.
In my package.json file, for example I was missing node at front of main.js.
"start": "**node** main.js"
And it was throwing that error.
in my case too i forget to change the start operation from :
"start": "nodemon server.js",
to:
"start": "node server.js",
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With