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

create-default-webpack-mf app1 errors out on first build #57

Open
mattsoldo opened this issue Jan 23, 2025 · 0 comments
Open

create-default-webpack-mf app1 errors out on first build #57

mattsoldo opened this issue Jan 23, 2025 · 0 comments

Comments

@mattsoldo
Copy link

To replicate:

git clone https://github.com/username/zephyr-examplesyarn
cd zephyr-examples/create-default-webpack-mf
yarn
yarn start

Yields the following error:

Uncaught runtime errors:
×
ERROR
Loading script failed.
(error: https://matthew-soldo-4-default-webpack-mf-first-zephyr-e-06bb8edd9-ze.zephyrcloud.app/remoteEntry.js)
while loading "./App" from webpack/container/reference/default_webpack_mf_second
ScriptExternalLoadError
at webpack/container/reference/default_webpack_mf_second (https://matthew-soldo-4-default-webpack-mf-first-zephyr-e-06bb8edd9-ze.zephyrcloud.app/main.js:321:25)
at webpack_require (https://matthew-soldo-4-default-webpack-mf-first-zephyr-e-06bb8edd9-ze.zephyrcloud.app/main.js:361:32)
at initExternal (https://matthew-soldo-4-default-webpack-mf-first-zephyr-e-06bb8edd9-ze.zephyrcloud.app/main.js:647:28)
at webpack_require.I (https://matthew-soldo-4-default-webpack-mf-first-zephyr-e-06bb8edd9-ze.zephyrcloud.app/main.js:660:15)
at https://matthew-soldo-4-default-webpack-mf-first-zephyr-e-06bb8edd9-ze.zephyrcloud.app/main.js:1157:47
at webpack/sharing/consume/default/react/react?0a6c (https://matthew-soldo-4-default-webpack-mf-first-zephyr-e-06bb8edd9-ze.zephyrcloud.app/main.js:1208:72)
at https://matthew-soldo-4-default-webpack-mf-first-zephyr-e-06bb8edd9-ze.zephyrcloud.app/main.js:1244:56
at Array.forEach ()
at webpack_require.f.consumes (https://matthew-soldo-4-default-webpack-mf-first-zephyr-e-06bb8edd9-ze.zephyrcloud.app/main.js:1225:36)
at https://matthew-soldo-4-default-webpack-mf-first-zephyr-e-06bb8edd9-ze.zephyrcloud.app/main.js:441:40
ERROR
Loading script failed.
(error: https://matthew-soldo-4-default-webpack-mf-first-zephyr-e-06bb8edd9-ze.zephyrcloud.app/remoteEntry.js)
while loading "./App" from webpack/container/reference/default_webpack_mf_second
ScriptExternalLoadError
at webpack/container/reference/default_webpack_mf_second (https://matthew-soldo-4-default-webpack-mf-first-zephyr-e-06bb8edd9-ze.zephyrcloud.app/main.js:321:25)
at webpack_require (https://matthew-soldo-4-default-webpack-mf-first-zephyr-e-06bb8edd9-ze.zephyrcloud.app/main.js:361:32)
at initExternal (https://matthew-soldo-4-default-webpack-mf-first-zephyr-e-06bb8edd9-ze.zephyrcloud.app/main.js:647:28)
at webpack_require.I (https://matthew-soldo-4-default-webpack-mf-first-zephyr-e-06bb8edd9-ze.zephyrcloud.app/main.js:660:15)
at https://matthew-soldo-4-default-webpack-mf-first-zephyr-e-06bb8edd9-ze.zephyrcloud.app/main.js:1157:47
at webpack/sharing/consume/default/react/react?0a6c (https://matthew-soldo-4-default-webpack-mf-first-zephyr-e-06bb8edd9-ze.zephyrcloud.app/main.js:1208:72)
at https://matthew-soldo-4-default-webpack-mf-first-zephyr-e-06bb8edd9-ze.zephyrcloud.app/main.js:1244:56
at Array.forEach ()
at webpack_require.f.consumes (https://matthew-soldo-4-default-webpack-mf-first-zephyr-e-06bb8edd9-ze.zephyrcloud.app/main.js:1225:36)
at https://matthew-soldo-4-default-webpack-mf-first-zephyr-e-06bb8edd9-ze.zephyrcloud.app/main.js:441:40

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant