RobbieTheWagner/ember-shepherd

Error: Loading chunk 0 failed

Closed this issue · 6 comments

When using the ember-sheppard tour addon, the first time I initialize the tour service in both dev or production it cannot find the chunk 0.

The path it seems to try and load is the following:

http://localhost:4201/swiftfox/+/hotmailtreutel-denesik-and-jerde/admin/plan/calendar/2020/11/chunk.0.c68e453ef3dda7a025a1.js

When I reload the app, or re run the integration suite, the request is the more correct:

http://localhost:4201/swiftfox/assets/chunk.0.c68e453ef3dda7a025a1.js

I assume there's some esoteric webpack configuration I haven't figured out yet, any thoughts?

.joe

@joegaudet If you have time, putting together a repo to reproduce the issue would be super helpful.

There have been some issues in the past with ember-auto-import. Let me release a new version of ember-shepherd and see if it helps any. Are you using ember-auto-import in your app and if so what version?

@joegaudet can you please try 11.0.2?

@joegaudet okay, but can you please try the latest version and see if it fixes the issue. I want to make sure this isn't a problem for anyone else!

Closing this for now, since there have been no updates.