You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Venia Concept requires a MAGENTO_BACKEND_URL environment variable. This can be generated in one of three ways.
From Magento's own configs. Look up web/secure/base_url or web/unsecure/base_url and set the value accordingly.
From MAGENTO_CLOUD_ROUTES
The MAGENTO_CLOUD_ROUTES environment variable is the contains the live URLs Magento Cloud uses. We should use this data to set MAGENTO_BACKEND_URL before forwarding the request on to UPWARD & Venia.
The value of MAGENTO_CLOUD_ROUTES is base64 encoded JSON. Once decoded it looks like the following:
* Whitelist -> Allowlist
* Use inclusive language and add shipping as default value
* Add flag to easily restore default value
Co-authored-by: Revanth Kumar Annavarapu <[email protected]>
Venia Concept requires a
MAGENTO_BACKEND_URL
environment variable. This can be generated in one of three ways.From Magento's own configs. Look up
web/secure/base_url
orweb/unsecure/base_url
and set the value accordingly.From
MAGENTO_CLOUD_ROUTES
The
MAGENTO_CLOUD_ROUTES
environment variable is the contains the live URLs Magento Cloud uses. We should use this data to setMAGENTO_BACKEND_URL
before forwarding the request on to UPWARD & Venia.The value of
MAGENTO_CLOUD_ROUTES
is base64 encoded JSON. Once decoded it looks like the following:Look through the JSON and pick the appropriate key (preferring
https
)localhost
(not 100% certain this will work)The text was updated successfully, but these errors were encountered: