PWA Studio:執行開發人員模式時出現驗證錯誤
此主題討論在適用於Adobe Commerce的Progressive Web App (PWA) Studio中執行開發人員模式時,因先前未建立Venia概念(Venia是PWA店面)而發生驗證錯誤的解決方案。 環境檔案。 此檔案會保留您本機開發環境的變數。
受影響的產品和版本
- Adobe Commerce的PWA Studio
問題
要再現的步驟:
- 在Adobe Commerce的PWA Studio中執行開發人員模式。
預期結果:
- PWA Studio伺服器會正常啟動。
實際結果:
- 您會看到驗證錯誤,其外觀可能類似:
ⓧ Missing required environment variables: MAGENTO_BACKEND_URL: Connect to an instance of Adobe Commerce 2.3 by specifying its public domain name. (eg. "https://master-7rqtwti-mfwmkrjfqvbjk.us-4.magentosite.cloud/") ⚠ No .env file in ./packages/venia-concept. Autogenerate a .env file by running the command 'buildpack create-env-file ./packages/venia-concept'.
原因
缺少本機開發環境的環境變數檔案。 以下命令產生的檔案將儲存本機開發環境的變數。
解決方案
請確定您執行命令
npx @magento/pwa-buildpack create-env-file packages/venia-concept
,以產生可容納本機開發環境變數的檔案。
相關閱讀
- Adobe Commerce檔案的PWA Studio
- Venia Storefront (概念)
recommendation-more-help
8bd06ef0-b3d5-4137-b74e-d7b00485808a