chore: improve the way we supply b2b cdn url #2647
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What/Why?
BUYER_PORTAL_ENVIRONMENTto select the Buyer Portal CDN:production(default),staging, orintegration.ScriptProductionresolve CDN via a simple env→URL maploader.tsto pass the optionalBUYER_PORTAL_ENVIRONMENT(defaults toproduction).Testing
LOCAL_BUYER_PORTAL_HOSTset, dev mode should still load the local app (no changes needed).LOCAL_BUYER_PORTAL_HOSTunset:BUYER_PORTAL_ENVIRONMENT=production→https://microapps.bigcommerce.com/b2b-buyer-portal/headless.jsBUYER_PORTAL_ENVIRONMENT=staging→https://microapps.staging.zone/b2b-buyer-portal/headless.jsBUYER_PORTAL_ENVIRONMENT=integration→https://microapps.integration.zone/b2b-buyer-portal/headless.jsdata-environmentwith the expected value.Screen.Recording.2025-10-22.at.2.53.24.p.m.mov
Migration
BUYER_PORTAL_ENVIRONMENT.STAGING_B2B_CDN_ORIGINif present.BUYER_PORTAL_ENVIRONMENT=staging|integrationas needed; omit for production (default).B2BLoadernow passesenvironmenttoScriptProduction.