Skip to content
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

parse_image 0.2.0 is still using Parse.promise.as() and Parse.promise() which results in an exception #5190

Closed
2 tasks
gorillatapstudio opened this issue Nov 24, 2018 · 1 comment

Comments

@gorillatapstudio
Copy link

Before opening the issue please ensure that you have:

Issue Description

parse_image 0.2.0 is still using Parse.promise.as() and Parse.promise() which results in an exception

Steps to reproduce

return Parse.Cloud.httpRequest({ url: url }).then(function(response) {
var image = new Image();
return image.setData(response.buffer);

Expected Results

promise resolved

Actual Outcome

exception: Parse.promise is the wrong type

Environment Setup

  • Server

    • parse-server version (Be specific! Don't say 'latest'.) : 3.1.1beta
    • Operating System: [FILL THIS OUT]
    • Hardware: [FILL THIS OUT]
    • Localhost or remote server? (AWS, Heroku, Azure, Digital Ocean, etc): back4app.com
  • Database

    • MongoDB version: [FILL THIS OUT]
    • Storage engine: [FILL THIS OUT]
    • Hardware: [FILL THIS OUT]
    • Localhost or remote server? (AWS, mLab, ObjectRocket, Digital Ocean, etc): [FILL THIS OUT]

Logs/Trace

@flovilmart
Copy link
Contributor

Unrelated to this project. Please open the issue on the appropriate repositoryz

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

2 participants