I combined the Starlight Blog and Starlight Sidebar Topics plugin which works fine but poses one challenge:
Every blog route that gets injected by the plugin has no matching topic. So I'm trying to solve this problem by creating a Starlight Middleware that sets the topic frontmatter to the blog topic id (unlisted pages).
However I get the error Cannot read properties of undefined (reading 'headers') when visiting the site (as you can see in the image).
Do you (@short thistle or @ancient estuary) have any idea why this could be?