Error Unhandled error during execution of async component loader when alias is used
See original GitHub issueEnvironment
Nuxt CLI v3.0.0-27243104.5e903ae 16:08:42 RootDir: /private/tmp/template 16:08:42 Nuxt project info: 16:08:42
- Operating System:
Darwin
- Node Version:
v14.18.1
- Nuxt Version:
3.0.0-27243104.5e903ae
- Package Manager:
npm
- Bundler:
Vite
- User Config:
alias
- Runtime Modules:
-
- Build Modules:
-
Describe the bug
[Vue warn]: Unhandled error during execution of async component loader. Also I don’t get hot reloading in my app.
Reproduction
https://codesandbox.io/s/quirky-goodall-edfr7?file=/app.vue
Additional context
Hot reload is not working for me. Check the log to see the error/warning
Logs
No response
Issue Analytics
- State:
- Created 2 years ago
- Reactions:3
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Webpack + Vue3 defineAsyncComponent = loading error
I have this component <template> ... <PositionsComponent v-if="show === 2"></PositionsComponent> <SubscriptionComponent v-if="show ...
Read more >How to load async vue component in blade - Laracasts
I am trying to load a vue component asynchronously in my blade. ... Unhandled error during execution of async component loader at <AsyncComponentWrapper>...
Read more >modules - NuxtJS
js tries to resolve each item in the modules array using node require path (in the node_modules ) and then will resolved from...
Read more >[MS-ERREF]: Win32 Error Codes - Microsoft Learn
The program issued a command but the command length is incorrect. 0x00000019. ERROR_SEEK. The drive cannot locate a specific area or track on...
Read more >unittest — Unit testing framework — Python 3.11.1 ...
A test runner is a component which orchestrates the execution of tests and provides ... Output is echoed normally on test fail or...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@danielroe Here you go. https://github.com/nuxt/framework/issues/8919 Thanks for the quick reaction, if possible. Cheers.
I haven’t tested it recently as I am now moved to another project.
Will reopen once I come and if I get the issue.