Gleb Bahmutov

Results 551 comments of Gleb Bahmutov

Hmm, you would need to debug what is going on using `DEBUG` environment variable to see where the problem happens - is this because `wait-on` does not connect?

no, I meant debugging using `DEBUG=...` env variable like shown here: https://github.com/bahmutov/start-server-and-test#debugging

Weird, seems wait-on does not work correctly against this local https certificate. Is this a project I can clone and run myself? Sent from my iPhone > On Mar 20,...

yeah, can you start the https local site and try to use "wait-on" by itself to query it? On Wed, Mar 20, 2019 at 12:11 PM Aziz Khambati wrote: >...

I like it - can you add a documentation blurb to README?

The served site uses webpack and does not respect `HEAD` method, but `http-get` should have worked

Can you enable https://github.com/bahmutov/start-server-and-test#debugging and paste the debug log during pinging the server?

From the debug log I see 500 server error, why would that happen? making HTTP(S) head request to url:http://localhost:8080 ... HTTP(S) error for http://localhost:8080 Error: Request failed with status code...

Honestly I have not seen this error in my repos, if anyone gets blocked by this and can debug it, I would be super happy Sent from my iPhone >...

Ughh that one might be tricky. Not sure how it would work. Sent from my iPhone > On Feb 4, 2021, at 13:59, IJustDev wrote: > >  > Hey...