The site doesn't load
RinatValiullov opened this issue · 6 comments
Environment:
Microsoft Windows 7 Professional SP1
Google Chrome v. 79.0.3945.130
I try to open your site and get an empty page with these errors in console tab:
Note:
About 1 second, the site tries to load (for a short time I see the page), but then everything disappears.
Are you using adblock?
I found a file https://csslayout.io/patterns-accordion-Cover~patterns-card-Cover~patterns-centering-Cover~patterns-cookie-banner-Cover~p~5fb8d316.js
which will trigger a block rule in the lists
I just add a rule to let all the scripts from csslayout.io
to bypass
@@||csslayout.io^$script,1p
@phuoc-ng Maybe configure output.chunkFilename
in webpack.config.js
with a name that exclude
the [name]
? e.g. chunkFilename: 'chunk.[contenthash].js'
@DanSnow
Yeah, I use adblock. And think that problem about load the site because of it. I can't check it out on this machine today, but on similar browser and OS all works now. Tomorrow will test and write about working of the site.
@DanSnow @RinatValiullov
Thanks for reporting the issue and the suggestion.
I made the PR to fix it here.
The website is also updated. Can you visit the website to see if it's fixed, @RinatValiullov?
I can confirm that the website is working after I comment out the custom rule for my adblock
All works now.
Thanks for well-timed support.