We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18d41f0 commit 6fb00f0Copy full SHA for 6fb00f0
packages/fastboot/src/ember-app.js
@@ -301,7 +301,7 @@ class EmberApp {
301
let bootOptions = buildBootOptions(shouldRender);
302
let fastbootInfo = new FastBootInfo(req, res, {
303
hostWhitelist: this.hostWhitelist,
304
- metadata: options.metadata,
+ metadata: options.metadata || {},
305
});
306
307
let doc = bootOptions.document;
0 commit comments