-
-
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
Cloud-code: problem creating parse-file #1044
Comments
Have you checked that httpResponse.buffer is populated? |
Thank you very much for the answer! I'll try to debug it today and give you more info today... I was wondering is there is a known issue since the same piece of code works perfectly in the "classic" parse.com |
Hello, I'm still struggling with this problem. I made this test: I hardcoded the url of the QR code service to: Parse.Cloud.httpRequest({ and I deployed it in both versions of the parse server cloud-code: hosted and local. The funny thing is that the results returned by the two versions of the server are different (check below). May be the two versions of parse server use encode the results differently? Using hosted parse, the base64 string returned is this:
Using parse local, the base64 string returned by the service is:
|
I'm having this same issue as well. I've been trying to figure out a solution, will get back and let you know If I do...or if anyone knows that would be great. |
We are closing this issue due to a lack of sufficient information. Please refer to this issue for an example of a great bug report. You may use Server Fault for questions about managing Parse Server. For code-level and/or implementation-related questions or technical support, please refer to Stack Overflow. |
Hello,
I managed to deploy and run my parse-server locally connecting it to hosted mongolab, that's great! Almost everything seems to work fine!!
I have a small issue with the creation of a parse-file in cloud code: with the following piece of code I'm calling a service to generate a QR Code, then I am storing the generated code as a parse-file and attaching it to an object. It works OK with the parse hosted services but not working with local parse-server, it seems to store an empty file...
any known issues with parse files and cloud code ?
The text was updated successfully, but these errors were encountered: