-
Notifications
You must be signed in to change notification settings - Fork 4
Description
CDATA (Nuxt + vue-i18n)
When loading CDATA, JavaScript breaks immediately, and page rendering becomes extremely slow in Nuxt. The browser console shows the following error:
Uncaught SyntaxError: The requested module '/_nuxt/node_modules/.cache/vite/client/deps/@intlify_core-base.js?v=b601094e' does not provide an export named 'CORE_ERROR_CODES_EXTEND_POINT'
This error means that vue-i18n is trying to import something that no longer exists in the @intlify/core-base module?
SyntaxError: The requested module ... does not provide an export named 'CORE_ERROR_CODES_EXTEND_POINT'
Issue: Dataset Page Data Not Displayed
The database content is being correctly displayed throughout most parts of the website. However, the data on the Datasets page is not shown.
It's important to note that JavaScript is broken across all pages, which might be affecting the rendering of dataset-related information.
Please advise on how we can proceed to resolve this issue.