-
-
Notifications
You must be signed in to change notification settings - Fork 735
no /1/ in api.parse.com #352
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
Comments
Thank you for your feedback. We prioritize issues that have clear and concise repro steps. Please see our Bug Reporting Guidelines about what information should be added to this issue.
|
Hi @AndroidGecko, thanks for your information. We do have a bug in the master branch about the lack of /1 issue you mention. If you are using the snapshot version, then it is fine. But if you are using the formal release verisn, could you tell us your version number and how do you change the manifest, thanks! |
Thanks @wangmengyan95
also seems to be working on 1.12.0
since I was using 1.+ earlier Thanks! |
@AndroidGecko thanks. The fix has been merged into master and it will be shipped in next release. |
I have a very strange issue.
When running a very simple project from scratch with :
everything works fine
the request is made to
https://api.parse.com/1/classes/TestObject
and everything works fine
However if I try to integrate my existing app and place same code inside custom application (+keys in manifest) the api call fails with 404. Reason being that it pokes
https://api.parse.com/classes/TestObject
notice lack of /1/
If I manually catch above request in proxy and re-execute it with same data, it passes.
Any ideas why the /1/ is not being added?
The text was updated successfully, but these errors were encountered: