Hi everyone
I am using tutor 16.1.4, integrating mfe to run and getting the following error. Anyone who knows what’s wrong with this error, please help me
=> [development 1/4] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked --mount=type=cache,target=/var/lib/apt,sharing=locked apt update 16.7s
=> [development 2/4] RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared pip install -r requirements/edx/development.txt 65.9s
=> [development 3/4] RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared pip install ipdb==0.13.13 ipython==8.12.0 32.6s
=> ERROR [development 4/4] RUN rm -r /openedx/staticfiles && mkdir /openedx/staticfiles && openedx-assets webpack --env=dev 124.0s
------
> importing cache manifest from openedx-dev:16.1.4-cache:
------
------
> [development 4/4] RUN rm -r /openedx/staticfiles && mkdir /openedx/staticfiles && openedx-assets webpack --env=dev:
11.56 67% [0] building modules 538/557 modules 19 active ...form/xmodule/js/src/video/00_sjson.js[BABEL] Note: The code generator has deoptimised the styling of /openedx/edx-platform/common/static/js/vendor/tinymce/js/tinymce/tinymce.js as it exceeds the max of 500KB.
92% [0] chunk asset optimizationTraceback (most recent call last):
123.9 File "/openedx/bin/openedx-assets", line 218, in <module>
123.9 main()
123.9 File "/openedx/bin/openedx-assets", line 89, in main
123.9 args.func(args)
123.9 File "/openedx/bin/openedx-assets", line 124, in run_webpack
123.9 subprocess.check_call(
123.9 File "/opt/pyenv/versions/3.8.15/lib/python3.8/subprocess.py", line 364, in check_call
123.9 raise CalledProcessError(retcode, cmd)
123.9 subprocess.CalledProcessError: Command '['webpack', '--progress', '--config=webpack.dev.config.js']' died with <Signals.SIGKILL: 9>.
------
Dockerfile:256
--------------------
255 | # static assets, then production assets will be served instead.
256 | >>> RUN rm -r /openedx/staticfiles && \
257 | >>> mkdir /openedx/staticfiles && \
258 | >>> openedx-assets webpack --env=dev
259 |
--------------------
ERROR: failed to solve: process "/bin/sh -c rm -r /openedx/staticfiles && mkdir /openedx/staticfiles && openedx-assets webpack --env=dev" did not complete successfully: exit code: 1
View build details: docker-desktop://dashboard/build/default/default/gxwgxtcepg5z7ebclm04n221z
Error: Command failed with status 1: docker buildx build --tag=openedx-dev:16.1.4 --output=type=docker --target=development --build-arg=APP_USER_ID=501 --cache-from=type=registry,ref=openedx-dev:16.1.4-cache --build-context=edx-platform=/Users/kaidev99/Sources/funix-soft/edx-platform /Users/kaidev99/Library/Application Support/tutor/env/build/openedx