Hello,
Similar to others the issue of not being to use the Pro Builder in a dev environment is a bit tricky to navigate.
We have a dev site set up on a dedicated IP and are using SkipDNS to create a URL for development purposes.
While the website will ultimately be, e.g., https://website.com and this is what we have in setting for the WordPress Adress and Site Address we overrode this by using the SkipDNS URL in the WP=Config.
E…g,
define(‘WP_HOME’,‘http://0997m.skipdns.link/’);
define(‘WP_SITEURL’,‘http://0997m.skipdns.link/’);
From what we can see this works fine and allows everything to load just fine.
At issue will be when we go live and we flip the real website address. Will we need to go through the site and update image URLs for content and assets loaded up via the Pro Builder interface? If so, any tools you recommend or perhaps a way to forgo any issues altogether?
Thank you!