nuxt-modules / apollo

Nuxt.js module to use Vue-Apollo. The Apollo integration for GraphQL.
https://apollo.nuxtjs.org
MIT License
955 stars 198 forks source link

apollo.nuxtjs.org blocked by uBlock ad blocker #445

Open mikehaertl opened 2 years ago

mikehaertl commented 2 years ago

Sorry for abusing the issue tracker but as I can't access your website I have no way to find another way to contact you.

image

mikehaertl commented 2 years ago

Ok, parts of the site is blocked by uBlock on Chrome. No idea why that is or if you want to fix anything.

GET https://apollo.nuxtjs.org/_nuxt/SocialIcons-4cc53d7e.mjs net::ERR_BLOCKED_BY_CLIENT
TypeError: Failed to fetch dynamically imported module: https://apollo.nuxtjs.org/_nuxt/fluid-93051cdb.mjs

image

mikehaertl commented 2 years ago

Reported: https://github.com/uBlockOrigin/uAssets/issues/15583

mikehaertl commented 2 years ago

It was caused by a filter for */SocialIcons/*. It should be fixed in the next release of easylist: https://github.com/easylist/easylist/commit/2d314d4ff7f8c0c48ecf2f305a22b4f687da2d38

Leaving this open FYI.

w3bdesign commented 1 year ago

I encountered this issue myself today.

Have been experiencing some weird bugs where Graphql data wasn't working correctly.

Disabling uBlock fixed the issue.