V-calendar: ERROR: js was blocked due to mime type (“text/html”) mismatch after update to 1.0.0-beta.17 from 1.0.0-beta.16

Created on 9 Sep 2019  Â·  6Comments  Â·  Source: nathanreyes/v-calendar

Most helpful comment

You shouldn’t use this version as Webpack is unable to resolve dynamic import chunks from 3rd party packages. I thought I had removed the ‘next’ tag from it but it seems I may need to unpublish it from npm. Beta 18 will get released soon to address the latest updates but unfortunately won’t be able to have dynamic imports for the popover component.

All 6 comments

The resource from “http://demo/v-calendar.umd.min.v-calendar.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).

      return Promise.all([o.e(0), o.e(2)]).then(o.bind(null, "e94a"));
    }

Reason: Error: Loading chunk 0 failed.
(error: http://demo/v-calendar.umd.min.v-calendar.js)

Same here

Hi,

I have the same issue after upgrading to beta.17 without any other changes.

GET http://localhost:3001/_nuxt/v-calendar.umd.min.v-calendar.js net::ERR_ABORTED 404 (Not Found)
GET http://localhost:3001/_nuxt/v-calendar.umd.min.v-date-picker.js net::ERR_ABORTED 404 (Not Found)
error [Vue warn]: Failed to resolve async component: ()=>Promise.all([o.e(0),o.e(2)]).then(o.bind(null,"e94a"))
Reason: Error: Loading chunk 0 failed.
(error: http://localhost:3001/_nuxt/v-calendar.umd.min.v-calendar.js)

You shouldn’t use this version as Webpack is unable to resolve dynamic import chunks from 3rd party packages. I thought I had removed the ‘next’ tag from it but it seems I may need to unpublish it from npm. Beta 18 will get released soon to address the latest updates but unfortunately won’t be able to have dynamic imports for the popover component.

So, which version should we use to avoid this issue?

1.0.0-beta.19

Was this page helpful?
0 / 5 - 0 ratings

Related issues

octaviangrozman picture octaviangrozman  Â·  4Comments

eafomi4ev picture eafomi4ev  Â·  3Comments

redraw picture redraw  Â·  3Comments

knagyorg picture knagyorg  Â·  4Comments

neel picture neel  Â·  3Comments