I have a problem with my ember application running in ie9. I use:
DEBUG: ------------------------------- DEBUG: Ember : 1.13.3 DEBUG: Ember Data : 1.13.5 DEBUG: jQuery : 1.11.3 DEBUG: -------------------------------
I get this error:
Error while processing route: index, Adapter operation failed
And a blank screen. I think I tracked the problem down to serializer. I am currently using ActiveModelSerializer. When I delete it, I get more error messages, but errors are consistent between browsers. Any idea what could happen?
source share