Add debug logging for platform image URL detection

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
John Mizerek 2026-03-15 00:39:40 -07:00
parent 5f2c9f4df9
commit af1e252f1b

View file

@ -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 = '';