-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I get 500 error loading dynamically imported module #3
Comments
Can you add a minimal reproducible example (based on https://stackblitz.com/github/swisnl/nuxt-lucide-icons?file=playground%2Fapp.vue for example)? I can't look into this with just this info. |
mb for the late reply to this but to recreate my nuxt.config.ts looks like export default defineNuxtConfig({
devtools: { enabled: true },
pages: true,
modules: [
'nuxt-lucide-icons'
]
}) and the icons are in /pages/index.vue but if I remove pages: true and put the icons in app.vue in the project dir it will work with no error loading dynamically imported module |
and for some reason I js tried to recreate the page working by adding it to app.vue and removing pages and it returns a blank white page |
I might just be dumb tho but also when |
Also I wasn't able to recreate on there but I can provide the repo |
Sorry for the lack of response, I haven't had the time to look into this. If you can provide a minimal reproducible example by either a stackblitz or a minimal repo (not your entire project) I can more easily find out what's happening. |
yo so I figured out and its the stupidest thing ever but its because firefox 💀 it works perfectly fine on chrome is there something I can do to fix firefox to work lol |
oh mb for opening a dumb issue I figured out that UBlockOrigin was the issue for some reason |
Glad to see you figured it out! We banned adblockers during development for exactly this reason 😄 |
Just had the exact smae issue lol. Ublock origin just blocks anything called fingerprint.js or what? Maybe |
The text was updated successfully, but these errors were encountered: