Copy link to clipboard
Copied
Hello!
A client using IE11 on Win8 gets the attached errors when trying to view a map created in Animate. Previous maps have and still do work for them. We're completely stuck, any ideas or suggestions?
Copy link to clipboard
Copied
I'm pretty sure you should be investigating that "Unspecified error" that happens first.
Copy link to clipboard
Copied
that's usually caused by a major error like mismatched braces in your code.
Copy link to clipboard
Copied
Solved –
Our server was incorrectly blocking ".*map.*" instead of "\.map$" in an attempt to stop external people loading JS/CSS .map files. Once this had been updated, it fixed the problem.
Thanks for everyones help.