Closed oliverlj closed 3 years ago
I don't think IndexedDb is available in Node :/ So I guess this does not work with Fastboot as of now. Not quite sure what we'd need to do to support Node - but I would be happy to accept PRs along this line!
I just like to prerender for google with prember some route which don't use indexeddb :)
Yeah, I get that. I think you could make it work by excluding the addon in fastboot, something like this:
let app = new EmberApp(defaults, {
addons: {
blacklist: ['ember-indexeddb'], // make this conditional, if fastboot?
},
});
I got this issue after ember-cli-fastboot setup