Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Game not loading. FF.

Uncaught ReferenceError: Dexie is not defined

    <anonymous> https://html-classic.itch.zone/html/11944096/MCApp/js/components.js:2</anonymous>

I can't be sure what the issue is on your device without more debugging, unfortunately. It could be caching (try Ctrl F5), no access to https://cdnjs.cloudflare.com, an ad blocker or extension interacting in a way I haven't anticipated, or even an older browser version.

(1 edit)

OK. In my case the problem was LocalCDN extension. It does not have dexie.js v3.2.2 and tries to use dixie.jsm 3.2.6, which is probably incompatible.

Sorry about the difficulty. I'll look into bundling locally to avoid this.