https://content.nuxtjs.org/ 500 error
Failed to fetch dynamically imported module: https://content.nuxtjs.org/_nuxt/fluid-c7a3483e.mjs
I don't have such a problem, but you could try to reload the page with cleared cache and/or cookies.
Perhaps related, I can't load the MDC guide article https://content.nuxtjs.org/guide/writing/mdc/

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.
It should be fixed 🙂
I believe the issue is actually an adblocker (wrongly) blocking both of those scripts.
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.