Hi everyone,
I'm experiencing a frustrating issue with product images on my Odoo website:
- When I upload media images to a product via eCommerce > Products, they appear correctly in the backend and show up as thumbnails on the product page.
- However, when clicking on the thumbnail, the image viewer opens a blank space (no full-size image appears).
-
There’s also a JavaScript error in the browser console:
javascript
CopyEdit
TypeError: Cannot read properties of null (reading 'ride') at Carousel._maybeEnableCycle...
- I removed all my custom code (CSS/JS), and the issue persists.
- Images work fine if added directly inside the product description area.
Does anyone know what could be causing this? Is this a known issue with a theme, a carousel bug, or a media viewer component?