diff --git a/frontend/templates/troubleshooting/server.tsx b/frontend/templates/troubleshooting/server.tsx index f2d38120..dae1b244 100644 --- a/frontend/templates/troubleshooting/server.tsx +++ b/frontend/templates/troubleshooting/server.tsx @@ -84,7 +84,7 @@ export const getServerSideProps: GetServerSideProps = let troubleshootingData: TroubleshootingApiData; try { troubleshootingData = await client.get( - `Troubleshooting/${wikiname}?vulcan=1`, + `Troubleshooting/${wikiname}?vulcan=1&fullProducts=1`, 'troubleshooting' ); } catch (e) {