Possible bug in Meteor.http #553
Closed
Labels
Comments
I'm having the same problem. Fine on Chrome, null on Firefox. |
Replicated and confirmed. Will investigate further. |
Thanks for the report, @vlebedev, and thanks for including enough info to replicate easily. This appears to be a bug in Firefox. Possibly this one: https://bugzilla.mozilla.org/show_bug.cgi?id=608735 I've committed a workaround to the Let me know if this works for you. |
Thanks a lot @n1mmy! Will check and let you know. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to get a list of facebook friends for a current user (client-side):
The code above works well in Chrome (23.0), but it fails in Firefox (17.0.1) - result.data is always null despite correct data is presented in result.content property (in a string format, of course).
Looks like this is a browser-dependent bug in Meteor.http.
The text was updated successfully, but these errors were encountered: