I have also tried the commands: tutor dev start myapp
which gives me the error:
Error response from daemon: pull access denied for overhangio/openedx-myapp-dev, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
tutor images build myapp-dev
Error: Image 'myapp-dev' could not be found
I have tried to do the same using one of the existing CORE_MFE_APPS in tutor-mfe. For that, I cloned the frontend-app-profile repo and bind-mounted it without adding to my plugin and this worked for me and I could have hot-reloading as well.
Can anyone let me know how I can get my custom MFE to be bind mounted as well?
It will be resolved in tutor-mfe v16.1.2, which will be released in a few minutes. You can also bypass this issue by running manually tutor images build myapp-dev.
Thank you for the response. However, I’ve tried the tutor images build myapp-dev command as well as I mentioned in my post and it gives me an error:
Error: Image 'myapp-dev' could not be found
I’ve also tried the method you mentioned in this issue by manually updating the code and disabling, uninstalling tutor-mfe and then reinstalling and enabling the plugin and it would give me the same error.
Thank you for informing me. I was playing around with the setup and might have changed something I wasn’t supposed to. I think I’ll try it out on a fresh install of tutor-nightly again.