Are you facing an error which says "iFrame is not loading"?
If you are using a Magento version lower than 2.4.5 then you will need to add the below code in the \lib\web\requirejs\require.js file:
node.src = url;
if (config.onNodeCreated) {
config.onNodeCreated(node, config, moduleName, url);
}