How to disable required “city” field in Magento PWA app
I want to disable required city field, I removed required attr in CheckoutPage component, but I need to remove require attr from Graphql and I don’t know how to do it
Auto Added by WPeMatico
I want to disable required city field, I removed required attr in CheckoutPage component, but I need to remove require attr from Graphql and I don’t know how to do it
I have pwa-studio with cenia theme installed. but like to switch back to default magento theme. how can i do this without deleting pwa-studio and cenia theme from my server.
When I run docker-compose up -d in my brand new cloned PWA Studio repo, this is what I got: WARN[0000] The “ENVFILEPATH” variable is not set. Defaulting to a blank string. Failed to load /projects/pwa-studio: read /projects/pwa-studio: is a directory… Read More »PWA The “ENVFILEPATH” variable is not set
Passed a lot of solutions but didn’t get the success The task if the replace the default local virtual host pwa02.wsl wher M2 installed M2 vesion: 2.4.5 (working well) Venia varsion: 13.2.0 Istalled via yarn MAGENTO_BACKEND_URL=https://master-7rqtwti-c5v7sxvquxwl4.eu-4.magentosite.cloud/ DEV_SERVER_HOST=pwa02.wsl DEV_SERVER_PORT=10000 yarn buildpack… Read More »PWA env MAGENTO_BACKEND_URL change to local virtual host problem
I am facing a CORS issue while fetching image in PWA Studio..Image works fine in magento root but while fetching with same URL in pwa it is giving cors error in console.. The Code of the page is below: export… Read More »Getting CORS Error for Image in PWA
I’m creating a new PWA Studio setup using Adode Commerce Cloud 2.4.6. Am I able to set up and use Content Staging objects and campaigns?
I am installing PWA but facing below error when executing command sudo yarn run build As of version 12.1.0, PWA Studio requires the appropriate PWA metapackage to be installed on the backend. For more information, refer to the 12.1.0 release… Read More »Magento 2 installing PWA error
MAGENTO_BACKEND_URL=https://pwa02.wsl/ (M2 here working well, all pages exists) DEV_SERVER_HOST=pwa02.dev.wsl DEV_SERVER_PORT=10000 Ubuntu 20.04 over WSL2 Apache 2 PHP 7.4 MySQL 8.0 Magento 2.4.3 Venia sample data installed Installation: git clone https://github.com/magento/pwa-studio.git sudo yarn install MAGENTO_BACKEND_URL=https://pwa02.wsl/ yarn buildpack create-env-file packages/venia-concept sudo yarn… Read More »Magento Venia PWA wrong PDP pages
I would like to simulate Googlebot access in my PWA Studio installation. How could I do it?
My Magento 2.4 isn’t caching requests I use many times, like storeConfig via PWA Studio. My request header: x-cache-hits: 0 How could I cache this kind of request to optimize the speed of my page loads?