a) Custom Path Prefix – when managing separate environments through wp-config.php. Its not a big deal, can do a cli search replace.
c) Image Rendering Issues: This is a block in a post. The post was made using Spectra Gutenburg blocks plugin. https://ww.wp.xz.cn/plugins/ultimate-addons-for-gutenberg/
<!-- wp:uagb/container {"block_id":"0b52ce18","innerContentCustomWidthMobile":426,"directionDesktop":"row","alignItemsTablet":"flex-end","backgroundType":"color","backgroundColor":"","gradientValue":"linear-gradient(140deg,rgb(255,255,255) 0%,rgba(235,237,239,0.87) 100%)","borderStyle":"","variationSelected":true,"isBlockRootParent":true} -->
<div class="wp-block-uagb-container uagb-block-0b52ce18 alignfull uagb-is-root-container"><div class="uagb-container-inner-blocks-wrap"><!-- wp:uagb/container {"block_id":"a52f80f9","widthDesktop":55,"widthTablet":40,"justifyContentTablet":"flex-end","borderStyle":"","topMarginMobile":0,"bottomMarginMobile":0,"leftMarginMobile":20,"rightMarginMobile":20,"marginLink":false,"variationSelected":true,"widthSetByUser":true} -->
<div class="wp-block-uagb-container uagb-block-a52f80f9"><!-- wp:uagb/image {"block_id":"0e82d847","url":"http://localhost:10004/wp-content/uploads/2025/06/Launch-Form-Image-1-683x1024.png","urlTablet":"http://localhost:10004/wp-content/uploads/2025/06/Launch-Form-Image-1.png","urlMobile":"http://localhost:10004/wp-content/uploads/2025/06/Launch-Form-Image-1.png","align":"center","alignMobile":"center","id":8500,"linkDestination":"none","title":"Launch-Form-Image","width":342,"widthTablet":538,"height":507,"heightTablet":614,"naturalWidth":538,"naturalHeight":614,"sizeSlug":"large","sizeSlugTablet":"full","sizeSlugMobile":"full","imageTopMargin":140,"imageTopMarginTablet":40,"imageTopMarginMobile":0,"imageBottomMarginMobile":-14,"imageMarginLink":false,"objectFit":"contain","customHeightSetDesktop":true,"className":"aligncenter","UAGHideMob":true,"UAGResponsiveConditions":true} -->
The following is rendered in the browser even though https://mediafiles.example.com/prefix/2025/06/Launch-Form-Image-1-683×1024.png: exists. Note, all other images on the site besides those with pages made on Spectra load fine.
<div class="wp-block-uagb-image alignleft uagb-block-0e82d847 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left" data-cya11y-org-font-size="15" style="font-size: 15px;"><figure class="wp-block-uagb-image__figure"><img fetchpriority="high" decoding="async" srcset="http://localhost:10004/wp-content/uploads/2025/06/Launch-Form-Image-1-683x1024.png ,http://localhost:10004/wp-content/uploads/2025/06/Launch-Form-Image-1-683x1024.png 780w, http://localhost:10004/wp-content/uploads/2025/06/Launch-Form-Image-1-683x1024.png 360w" sizes="(max-width: 480px) 150px" src="http://localhost:10004/wp-content/uploads/2025/06/Launch-Form-Image-1-683x1024.png" alt="" class="uag-image-9649" width="400" height="400" title="Launch-Form-Image" role="img"></figure></div>
P.s.: Any timelines on when you plan to release Private mode?