question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error Unhandled error during execution of async component loader when alias is used

See original GitHub issue

Environment

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:closed
  • Created 2 years ago
  • Reactions:3
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
lukasborawskicommented, Nov 11, 2022

@danielroe Here you go. https://github.com/nuxt/framework/issues/8919 Thanks for the quick reaction, if possible. Cheers.

1reaction
jd-solankicommented, Mar 7, 2022

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found