Skip to content
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

SSR mode set build chainWebpack chain.externals error during render #9447

Closed
panhezeng opened this issue May 27, 2021 · 4 comments
Closed

SSR mode set build chainWebpack chain.externals error during render #9447

panhezeng opened this issue May 27, 2021 · 4 comments
Labels
bug/0-needs-info Need more info to reproduce kind/bug 🐞 Qv2 🔝 Quasar v2 issues

Comments

@panhezeng
Copy link

 chain.externals({
          "video.js": "videojs"
        });
[Quasar Dev Webserver] /mobile/ -> error during render
TypeError: Cannot destructure property 'createComponentInstance' of 'vue.ssrUtils' as it is null.
    at Object../node_modules/@vue/server-renderer/dist/server-renderer.cjs.js (render-app.js:15728:9)

image

@panhezeng panhezeng added kind/bug 🐞 Qv2 🔝 Quasar v2 issues labels May 27, 2021
@rstoenescu
Copy link
Member

Please supply a reproduction repo.

@rstoenescu rstoenescu added the bug/0-needs-info Need more info to reproduce label Jun 5, 2021
@panhezeng
Copy link
Author

panhezeng commented Jun 7, 2021

@joelwat
Copy link

joelwat commented Jul 27, 2021

Maybe this is the cause? vuejs/core#4199
This was recently fixed in [email protected] by vuejs/core@ee4cbae

@rstoenescu
Copy link
Member

Closing as this should have been fixed in Vue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug/0-needs-info Need more info to reproduce kind/bug 🐞 Qv2 🔝 Quasar v2 issues
Projects
None yet
Development

No branches or pull requests

3 participants