I am trying to install a new instance of pwa with Magento 2.3.1
I am using Magento's cloud setup URL provided by default in my .env file. I get my build successful and the URLs are generated correctly but could not open the link in browser. It hangs at "Loading Homepage content..." text.
I could see below error repeatedly thrown in my browser console.
react-dom.development.js?e595:506 Warning: Encountered two children with the same key, 'ReferenceError13H'. Keys should be unique so that components maintain their identity across updates. Non-unique keys may cause children to be duplicated and/or omitted — the behavior is unsupported and could change in a future version.
I have checked with multiple install of Magento as well as pwa-studio with no success.
1 Answer 1
Looks like it's browser compatibility issue. Please try to check it in different browsers, also please update your current browser.
-
3Thanks Saphal, it was indeed browser issue. Venia theme does not seem to work with Chromium 65Jaimin Sutariya– Jaimin Sutariya2019年04月19日 10:31:31 +00:00Commented Apr 19, 2019 at 10:31
-
1ahh, great :) :)Saphal Jha– Saphal Jha2019年04月19日 11:23:46 +00:00Commented Apr 19, 2019 at 11:23
-
1Thanks Saphal, your solutions seems good!Jitendra Mandloi– Jitendra Mandloi2019年05月04日 11:03:48 +00:00Commented May 4, 2019 at 11:03
-
Not working in any browser.Arvind07– Arvind072020年05月27日 06:02:40 +00:00Commented May 27, 2020 at 6:02