Tutor dev launch Error

tutor dev launch

    Interactive platform configuration

==================================================
As you are not running this platform in production, we automatically set the following configuration values:
LMS_HOST = local.edly.io
CMS_HOST = studio.local.edly.io
ENABLE_HTTPS = False
Your platform name/title [Al Nafi]
Your public contact email address [contact@local.edly.io]
The default language code for the platform [en]
Configuration saved to /home/devapi/.local/share/tutor/config.yml
Environment generated in /home/devapi/.local/share/tutor/env

    Building Docker images

======================================
Building image openedx-dev:18.1.3
docker buildx build --tag=openedx-dev:18.1.3 --output=type=docker --target=development --build-arg=APP_USER_ID=1001 --cache-from=type=registry,ref=openedx-dev:18.1.3-cache /home/devapi/.local/share/tutor/env/build/openedx
[+] Building 9.2s (11/71) docker:default
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 11.57kB 0.0s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> resolve image config for docker.io/docker/dockerfile:1 2.6s
=> CACHED docker-image://docker.io/docker/dockerfile:1@sha256:865e5dd094beca432e8c0a1d5e1c465db5f998dca4e439981029b3b81fb39ed5 0.0s
=> [internal] load metadata for docker.io/powerman/dockerize:0.19.0 2.5s
=> [internal] load metadata for Docker Hub Container Image Library | App Containerization 2.5s
=> ERROR importing cache manifest from openedx-dev:18.1.3-cache 2.4s
Getting this error, on

importing cache manifest from openedx-dev:18.1.3-cache

I tried palm and redwood, but still stuck at this point.

Hi Hamza_Mughal,

Did you try to make the images previously?

tutor images build openedx
tutor images build mfe
tutor dev launch

Thanks for responding.

I tried building the images after getting the error.
Then i removed everything and did the installation after building the images.

It didn’t work for me either.

Seems like docker cache issue. Could you please try with tutor images build openedx --no-cache?

Let me try this. Will get back to you.

Using the mix of above commands i was able to launch dev containers,

tutor images build openedx --no-cache
tutor images build mfe
tutor dev launch

but the same error also appeared,
ERROR importing cache manifest from openedx-dev:18.1.3-cache

Will this cause issues in future?