diff --git a/server/app.js b/server/app.js index 7d462cf1e..535ae2669 100644 --- a/server/app.js +++ b/server/app.js @@ -415,7 +415,7 @@ app.use(asyncHandler(async (req, res, next)=>{ enable_v3 : config.get('enable_v3'), enable_themes : config.get('enable_themes'), config : configuration, - ogMeta : req.ogMeta + ogMeta : req.ogMeta ?? {} }; const title = req.brew ? req.brew.title : ''; const page = await templateFn('homebrew', title, props)