I work at an agency who build sites using Umbraco and my colleagues use Windows machines. I, however, use a Macbook with M1-chip and I am struggling to restore the project.
It's not an option to create a new Umbraco project and restore the existing database from a bak file since the azure-sql-edge database that I have running inside Docker does not support contained databases.
I have tried to clone the project and connect it to my docker-container, but whenever i try to run the project, i get this error:
Process terminated. Failed to load app-local ICU: libicuuc.68.2.dylib
Does anyone have experience with running a local Umbraco project on a Macbook M1 and know what i am doing wrong?
Running an Umbraco Project on Macbook M1
I work at an agency who build sites using Umbraco and my colleagues use Windows machines. I, however, use a Macbook with M1-chip and I am struggling to restore the project.
It's not an option to create a new Umbraco project and restore the existing database from a bak file since the azure-sql-edge database that I have running inside Docker does not support contained databases.
I have tried to clone the project and connect it to my docker-container, but whenever i try to run the project, i get this error:
Does anyone have experience with running a local Umbraco project on a Macbook M1 and know what i am doing wrong?
Officially, Umbraco 10 is the first supported version on Mac and Linux. However, Umbraco 9 should also work. Maybe this helps: https://our.umbraco.com/forum/umbraco-9/107393-unable-to-deploy-v9-site-to-linux-web-app-on-azure#comment-334264
is working on a reply...