content icon indicating copy to clipboard operation
content copied to clipboard

https://content.nuxtjs.org/ 500 error

Open SheetJSDev opened this issue 3 years ago • 7 comments

Failed to fetch dynamically imported module: https://content.nuxtjs.org/_nuxt/fluid-c7a3483e.mjs

content nuxtjs org

SheetJSDev avatar Aug 13 '22 17:08 SheetJSDev

I don't have such a problem, but you could try to reload the page with cleared cache and/or cookies.

nobkd avatar Aug 13 '22 18:08 nobkd

Perhaps related, I can't load the MDC guide article https://content.nuxtjs.org/guide/writing/mdc/ Screen Shot 2022-08-17 at 5 10 25 pm

daamsie avatar Aug 17 '22 07:08 daamsie

It looks like the same issue based on the console output. Digging further, the root is the SocialIcons-[hash].mjs script.

The docs page seems to be using browser ESM. If that script fails to load, as is happening locally, the entire page breaks.

SheetJSDev avatar Aug 17 '22 07:08 SheetJSDev

It should be fixed 🙂

farnabaz avatar Aug 17 '22 09:08 farnabaz

I believe the issue is actually an adblocker (wrongly) blocking both of those scripts.

danielroe avatar Aug 22 '22 09:08 danielroe

Hmm, whatever @farnabaz did fixed the issue for me. I'm using Brave which does block various scripts but I did check my network tab when it was happening and didn't see any evidence that blocked requests were the issue. Also, it was happening on the SSR page makes me think it wasn't ad blocker related. At least, not for my issue. Could be a different story for the original issue of course.

daamsie avatar Aug 22 '22 11:08 daamsie