Re-launching Open edX Olive

hello, I’m trying to set up an openedx olive version with tutor installation. I have installed my instance with a domain name test.enterprise.com without SSL certification for local development purposes with production settings. now as my development is nearly done I wanted to change the domain to https://preprod.enterprise.com (with https certification) . to my knowledge that all i have to do is :
tutor local launch. However, the build fails with this error : in the log :

docker-compose -f /home/groupado/.local/share/tutor/env/local/docker-compose.yml -f /home/groupado/.local/share/tutor/env/local/docker-compose.prod.yml --project-name tutor_local -f /home/groupado/.local/share/tutor/env/local/docker-compose.jobs.yml run --rm ecommerce-job bash -e -c ./manage.py migrate --noinput
Creating tutor_local_ecommerce-job_run ... done
migrate: ./manage.py: Permission denied

This is correct.

The error you are facing does not seem to have any connection with the change in configuration. I’d bet that the error also occurs when you are not enabling HTTPS. Please paste here the logs from the “launch” command. In particular, I’d like to see the command you are running and the very first lines. Also, are you running a fork of ecommerce?

hey thank you for your replay i was indeed using a fork for e-commerce and I had just figured out that the problem was the manage.py permissions as I was navigating the file through multiple OS the file lost the correct permissions. the solution was to force the git the add the correct ones through the update-index command