Ember app not working in ie9 - blank screen coming from serializer of active model?

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?

+4
source share

All Articles