-
-
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
Error Domain=NSCocoaErrorDomain Code=3840 #3126
Comments
Can you provide a curl command that reproduces this issue reliably on the latest Parse Server version? |
This fails: This works |
probably because |
Hey there.
:)
On 80 it responds with the standard nginx place holder.
"Welcome to nginx!
If you see this page, the nginx web server is successfully installed and working. Further configuration is required.
For online documentation and support please refer to nginx.org.
Commercial support is available at nginx.com.
Thank you for using nginx.”
… On Mar 13, 2017, at 10:23 AM, Florent Vilmart ***@***.***> wrote:
probably because myserver.com doesn't respond on port 80. What's the error?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
So that's an issue with your nginx configuration, not an issue with parse-server. |
I was afraid of that.
Everything else is working fine… just posting of files via https…
Is there a sample nginx sites file somewhere configured for parse-server?
The sample I have (which still needed tweaking to work) obviously is not sufficient ;P
… On Mar 13, 2017, at 11:23 AM, Florent Vilmart ***@***.***> wrote:
So that's an issue with your nginx configuration, not an issue with parse-server.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
From there, it's a question that's more likely to be answered on stackoverflow, as it's not specific to parse-server but nginx and express apps |
You've met the prerequisites: https://github.com/ParsePlatform/parse-server/wiki/Parse-Server-Guide#prerequisites.
You're running the latest version of Parse Server: https://github.com/ParsePlatform/parse-server/releases
You've searched through existing issues: https://github.com/ParsePlatform/Parse-Server/issues?utf8=%E2%9C%93&q=is%3Aissue Chances are that your issue has been reported or resolved before.
You have filled out every section below. Issues without sufficient information are more likely to be closed.
--
I am getting this error when I'm trying to save object with big size image.
Optional(Error Domain=NSCocoaErrorDomain Code=3840 "JSON text did not start with array or object and option to allow fragments not set." UserInfo={NSDebugDescription=JSON text did not start with array or object and option to allow fragments not set.})
This is my code.
My parse server is working on Amazon Elastic BeansTalk.
The text was updated successfully, but these errors were encountered: