Urban Sandén
Urban Sandén
@isnomo i'm not sure how yo mean? can you give an example, or screenshot?
can confirm that @lemoxiao solution works good for me also. Using the recommended script in the readme makes hyper type an alfred terminal command (in a workflow) multiple times.
@ViktorPontinen Hi, i have problems with this aswell. Get 403 on POST request using Basic Auth. Do you know how to set this up in Nginx? I've added `fastcgi_param HTTP_AUTHORIZATION...
@ViktorPontinen thanks. How did you make the POST request? i'm not sure i¨'m doing it correctly. i've tried: ``` $.ajax({ dataType: "json", type : "POST", url: 'http://mywebsite.se/wp-json/posts/', headers: { //...
@ViktorPontinen I made a misstake. Working now. Thanks.
Hey! Yes, `mkcert` is needed, I have it described on the readme instructions. Can you test following the instructions under Option 1). Use HTTPS with a custom domain in the...
What is your output when running `create-cert.sh` script? The output when running the cert script should be like this: (I have mkcert installed also) ```❯ ./create-cert.sh The local CA is...
Ok, so mkcert works. Now you should visit `https://myapp.local` in the browser and get a HTTS lock symbol. Does it work? What do you mean with resetting the terminal?
@jramiresbrito what does your `.env` file in the root folder look like? You need that also, not just the `src/.env`
Very interesting, I just switched to a new M1 Mac here also. Haven't tested it fully yet on everything, but will check.