Questions tagged [chrome-browser]
The chrome-browser tag has no summary, but it has a tag wiki.
47 questions
0 votes
1 answer
51 views
Can I edit Magento 2 LESS files from the Chrome Dev Tools?
I had a pretty comfortable workflow in Magento 1 where I've added the 'skin' directory to the workplace in Chrome Dev Tools and could edit the CSS files right from the Dev Tools. Is something like ...
0 votes
1 answer
715 views
CSS Source Maps are empty after grunt refresh
On Magento 2.4.1, Developer Mode and SSR after running grunt clean grunt exec grunt less # OR grunt refresh Generated Source Maps looks like this {"version":3,"sources":[],"...
0 votes
1 answer
2k views
Magento 2 checkout session get empty data after payment success in success.phtml file
Magento 2 Customer logged out automatically after checkout process..After payment gateway from third party, customer logout automatically in chrome browser..It work fine in mozilaa browser.
1 vote
1 answer
522 views
Magento2 :Unable to create new service: ChromeDriverService
I've been trying to implements functional testing in magento using mftf i followed the same steps from this documenation but i keep getting : [Facebook\WebDriver\Exception\UnknownErrorException] ...
2 votes
1 answer
2k views
Launching magento 2 application(s) in chrome and firefox results in DNS_PROBE_FINISHED_NXDOMAIN
Steps taken: Followed warden doc. howto initialize an environment for setup of the Magento 2 application for local development. See https://docs.warden.dev/environments/initializing.html Launch a ...
0 votes
1 answer
249 views
Chrome breaking Magento 2 checkout
This has started happening very recently with a new build of Chrome. Checkout still works fine on Firefox, Safari, etc. When you try to checkout you get an error at payment. When "set-payment-...
0 votes
1 answer
299 views
Changes does not reflect on frontend magento 2 issue
For temporary purpose, i have disabled all the 'Add to cart' options from my site, so that the customer cannot place the order. I checked at my end, on desktop as well as on mobile, the Add to cart ...
0 votes
2 answers
250 views
Magento2.3.1: Website is not opening in chrome browser but opening in Mozilla
I am working on https://www.depoto.com/. Suddenly, The website is not opening. I can see that The website is opening in another browser like Mozilla. I am trying to open in Google Chrome.
1 vote
0 answers
296 views
Uncaught ReferenceError: Mini is not defined at (index):993 - magento 2 store
How do i trace and fix this error for my magento 2 store? Uncaught ReferenceError: Mini is not defined at (index):993 i can not find the below code anywhere in my magento admin. it is not in header, ...
4 votes
0 answers
681 views
Google Chrome is failing in loading require.js files in time
On Magento 2 (ver 2.2.5), with Google Chrome (ver 72.0) I'm getting a wired error I wasn't getting withe previous Google Chrome version (ver 71). When I visit a product page, I get more then one ...
2 votes
3 answers
464 views
Customers can't login with chrome
Im not sure why, but customers can login with firefox but not with chrome. If I try to login with chrome, then the site just reloads and nothing changed. There is no error, what can I try?
0 votes
2 answers
2k views
Owl Carousel not working in Chrome
I've got a carousel (Owl Carousel) on my home page that doesn't work on Chrome but does work in other browsers. I believe it is something to do with Jquey loading after the carousel but I'm not 100%. ...
0 votes
1 answer
1k views
How can I stop Google Chrome from Autofilling form data on checkout?
The issue is only happening on Google Chrome. I need to stop Chrome from Autofilling the customers address. Can anyone help?
0 votes
2 answers
796 views
Magento 2.2.5 new customer account form not working for Chrome, Internet Explorer but works fine in Mozilla
New customer account form not working for Chrome and Internet Explorer but works fine in Mozilla. Both updated version of Magento and Fresh Installation of Magento 2.2.5, both are not working. ...
0 votes
2 answers
562 views
Magento 2 - Make log file accessible from browser
I created a custom log file like this: $writer = new \Zend\Log\Writer\Stream(BP . '/var/log/my_oh_my.log'); $logger = new \Zend\Log\Logger(); $logger->addWriter($writer); $logger->info('TikTok')...