-
-
Notifications
You must be signed in to change notification settings - Fork 101
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
#### PUSH ERRORReceived an error with invalid JSON from Parse #102
Comments
Can you update parse-server to the latest version? |
Hi mr flovilmart |
Should i update parse-server-push-adapter seperately or parse server update will update that too? |
Hi Mr Vilmart |
You should probably revert back to a previous version of your configuration. It's unlikely unrelated to parse-server itself. Can you check your nginx logs to see what call would make that error? Did you configure your |
This error comes from Parse.Push.send method as following
about serverUrl every function like Object saving Querying in parse and parse dashboard are working just push is not working
this is my index.js serverUrl: serverURL: process.env.SERVER_URL || 'http/localhost:1337/parse' and nginx config:
|
Hi
this already reported here too without proper response: |
Hi
After successful push send the following error prevents push to be sent:
This happened after I changed my ubuntu server DNS here is my nginx sites-enabled/default
should I add something related to push adapter in nginx ,I 've activated ssl using lets encrypt.
nginx version: nginx/1.10.3 (Ubuntu)
parse-server version 2.3.8
cloud code which I've used is:
And ParseServer index.js:
The text was updated successfully, but these errors were encountered: