N
Nuxt3d ago
Maxi

TypeError: Failed to fetch dynamically imported module:

Does anyone have any idea why my Nuxt site doesn't work in the Arc browser? I get no errors, it works fine in Chrome, Ff, Safari and localhost works too, but when I'm trying to open the production site it only shows the page for a split second and then it turns gray. The title of the site is also showing wrong, but again only in the Arc browser. These are the dependencies, they should all be up to date:
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/ui": "^2.17.0",
"@nuxtjs/seo": "^2.0.0-rc.11",
"@nuxtjs/tailwindcss": "^6.12.0",
"nuxt": "^3.12.2"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/ui": "^2.17.0",
"@nuxtjs/seo": "^2.0.0-rc.11",
"@nuxtjs/tailwindcss": "^6.12.0",
"nuxt": "^3.12.2"
},
5 Replies
Maxi
Maxi3d ago
Ohh the response code is 200 tough. I did some testing and it seems to be due to the use of a nuxt/ui component, I'll look into it some more.
Ragura
Ragura3d ago
There's really no reason for Arc specifically to break your site (I use it all the time with Nuxt). But do look into extensions you might be using that you don't in the other browsers.
Maxi
Maxi3d ago
I actually got it to give me an error it seems to have somethinng todo with this: TypeError: Failed to fetch dynamically imported module: as well as this: error caught during app initialization TypeError: Failed to fetch dynamically imported module: https://redacted/_nuxt/DoX0EoNj.js Caused by: TypeError: Failed to fetch dynamically imported module: I looked into it online, but all the solutions provided online didn't help fixing this error.
Ragura
Ragura3d ago
You're going to have to try to reproduce this in a minial reproduction if you need help with this. It's too project specific.
Maxi
Maxi3d ago
GitHub
handle chunk loading errors that are not triggered by navigation · ...
Describe the feature When a chunk has been given a new name during build as it has changed, some clients will try to load the old chunk name. This results in errors like: TypeError: error loading d...
Want results from more Discord servers?
Add your server
More Posts
Unable to upgrade to 3.12.2 using nuxtI'm running a nuxt 3 monorepo using turborepo. All my packages are currently at 3.11.2. When I try tclient side navigation to a server side page will run the authorization middleware in the browserhello all, I'm facing a problem with forcing SSR for a page all the time. From the documentation I fCant interact with Nuxt/Vue eventsIts like site is on static mode or something @click, v-on:click or any event doesn't worksTrigger page-reload on new deploymentsHey everyone, I'm working on a project and need some advice on how to efficiently implement functioTypescript errors after building for productionI'm using nuxt 3.11.2, and things work fine on development but when I try building the application, How to use vscode debugger in vue nuxt 2 project?hi guys When I run the project with the debugger, I'm unable to set breakpoints successfully. This iResponse Body in Error with useFetch👋, I get the following error in an API request (see attachment). Is there a way to get the responIssue with Vite Build Not Including Dependent Components in UMD FormatHello everyone, I'm working on a monorepo with two Nuxt3 applications: `shadcn-components` and `my-How do I upgrade Vue? Is there a command for that or need to manually do npm installHow do I upgrade Vue 3.4.21 to 3.4.31? Is there a command for that or need to maually do npm installDetect if Tailwind is installed from Nuxt ModuleHi I am building a Nuxt Module that will add some componentes to Nuxt project, and I was wondering i