Skip to content

Response status code was unacceptable: 404 #2516

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

Closed
emeraldas opened this issue Aug 14, 2016 · 2 comments
Closed

Response status code was unacceptable: 404 #2516

emeraldas opened this issue Aug 14, 2016 · 2 comments

Comments

@emeraldas
Copy link

Issue Description

ios-app get error Response status code was unacceptable: 404

Steps to reproduce

Hello

I'm migrating ios-app.to sakura-server

my app can't load resources from Parse-Server

ios-app returns error below
Response status code was unacceptable: 404 (Code: 1, Version: 1.14.2)

but server using --verbose options, outputs correct resources name.

Actual Outcome

verbose: {
"response": {
"results": [
{
"objectId": "XXXXXX",
"file": {
"__type": "File",
"name": "XXXXXXX.zip",
"url": "http://XXXXXXXX:1337/parse/files/XXXXXXXXXX/XXXXXXX.zip"
},....

Environment Setup

parse-sdk 1.14.2
MongoDB shell version: 2.6.12
node v6.3.0
parse-server [email protected]??
(using npm update -g parse-server i can't find version disp)
sakura-internet

@emeraldas
Copy link
Author

I think server returns url is wrong or access setting is wrong.
Is anybody know about this?

@emeraldas
Copy link
Author

I found couse of error.
DB don't have resource.
I have to re-import resources...
migration tool db copy is imcomplete..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant