Alan CREVON

Results 5 comments of Alan CREVON

Just had the same problem with a fresh install. ``` docker pull caddy:2-builder-alpine docker pull caddy:2-alpine ``` before `docker compose build --pull --no-cache` worked for me without changing any code....

Same problem here : ``` #[ORM\GeneratedValue(strategy: 'SEQUENCE')] ``` modified to ``` #[ORM\GeneratedValue] ``` solved the problem

Hi @ebondu. As the documnetation doesn't match the npm version, i can't find a way to make your wrapper work with 0.9.1, even though i can see this is supposed...

Problem fixed here, but i don't understand the root cause : in Orbstack Settings -> Network, set Proxy from "Automatic (system)" to "None". I guess my container should trust system...