Image assets load inconsistently in Edge browser

I’m using this template (https://github.com/ourcade/phaser3-parcel-template) to build out a game. The game loads and runs fine on every browser except Edge. Image assets will sometimes not load in the game. I am preloading all image assets in one scene and referencing them via their key-name in subsequent scenes. This is fine in Chrome, Firefox but not Edge … what could be going on? Thanks!

The solution: IE11 and Edge do not like loading SVG assets. Converting SVG images to PNG fixed it

1 Like