Skip to content

Parse Method not getting response #411

@mikepuerto

Description

@mikepuerto

Hello,

We are working with a set of api's that we need to use the parse method on and for some reason the response is not coming through... but it's odd because if we check for the response and return an empty array(collections) or object(models) it doesn't error but it seems to fire twice and on the second execution the response is there for example:

parse: function(data) {
  return data.hashMap ? data.hashMap.article : {};
}

Whats strange is it worked at one point without having to do something like this but it seems that some dependency changed and everything broke. Any ideas as to what would cause this would be great, thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions