Hi, What is this error ? Uncaught TypeError: document.getElementById(...) is null
tusHedel where are you getting this error? Have you made any code level customisation?
tusHedel Uncaught TypeError: document.getElementById(...) is null
This error TypeError: document.getelementbyid(...) is null would seem to indicate that there is no such element with an ID passed to getElementById() exist. This can happen if the JavaScript code is executed before the page is fully loaded, so its not able to find the element. The solution is that you need to put your JavaScript code after the closure of the HTML element or more generally before < /body > tag.
Saurabh inspect on homepage, no code level edit. Only on Firefox btw
in Firefox iframe doesn’t show in other browser it does.
tusHedel with this error message shown on console, does it makes may affect on the customer application?
I mean what is the exact issue you are facing?