I have a particular server call that falls to fault event with the
following message: {code: -1006, message: 'Unknown error.', detail: 'Cannot
read property 'apply' of undefined', data: null}I have many other server calls that are working without any issue. Some facts: I'm using SimpleRemoting This server call works on my counterpart Flex project The returns it's exactly the same as other server calls (checked with Charles Web Proxy) There is no errors on browser console Any tips ?
