From af1e252f1b5969df6da26fbfb03435a2a60fbacc Mon Sep 17 00:00:00 2001 From: John Mizerek Date: Sun, 15 Mar 2026 00:39:40 -0700 Subject: [PATCH] Add debug logging for platform image URL detection Co-Authored-By: Claude Opus 4.6 --- portal/setup-wizard.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/portal/setup-wizard.html b/portal/setup-wizard.html index a159d26..23e343d 100644 --- a/portal/setup-wizard.html +++ b/portal/setup-wizard.html @@ -1713,6 +1713,9 @@ // Fetch images from ordering platform (stealth Playwright) const platformUrl = (config.platformPages || [])[0] || ''; + console.log('Platform pages from discovery:', config.platformPages); + console.log('Platform URL for images:', platformUrl); + console.log('Total items to match:', allItems.length); let platformImageMap = {}; if (platformUrl && allItems.length > 0) { document.getElementById('conversation').innerHTML = '';