Luc

Results 7 comments of Luc

Hi I'm getting the same error `[TypeError: option expires is invalid]` Using options {expires: expireDate} where expire date is a valid date format This happens on android and ios. I...

Any updates on this?

Yes that would be ideal for our setup. I tried running it from a docker container myself but I can't get it to work yet. When running `devproxy` it starts...

I'm trying to mock responses from the Microsoft Graph API. Dockerfile ``` FROM amd64/ubuntu:focal WORKDIR /src RUN apt -y update RUN apt -y upgrade RUN apt install -y \ curl...

dev proxy is running, as in I can cntrl+c my way out of it. But it does not give any output so it seems like its stuck at startup. If...

This is not working on my machine (macbook M2). I'm trying exactly what you've done, with the only difference being that I add `--platform linux/amd64` at the end of the...

Yes my install script ends with running devproxy. I’m also not getting any output when running devproxy after manually logging in to the container. The curl to the proxy is...