In few product pages I am getting this error
UncaughtPromiseError > TypeError
Uncaught Promise > Cannot read properties of null (reading 'querySelectorAll')
TypeError: Cannot read properties of null (reading 'querySelectorAll')
at Class.start (https://shop.testogcc.ae/web/assets/1/58ebb3c/web.assets_frontend_lazy.min.js:10652:2313)
at prototype.<computed> [as start] (https://shop.testogcc.ae/web/assets/1/58ebb3c/web.assets_frontend_lazy.min.js:3372:516)
at https://shop.testogcc.ae/web/assets/1/58ebb3c/web.assets_frontend_lazy.min.js:6166:13
at async Promise.all (index 0)
at async Promise.all (index 95)
at async Promise.all (index 1)
And the JS is of 10K+ lines Can't understand how to fix it
maybe are you creating a new view or template in Odoo?
If you are, can you share the code with us, it will be useful for more context.