Niklas
Niklas
Try to downgrade to Node version 16.8.0 and see if that helps. We tested Node version 16.9.0 and 16.9.1 with no luck. Downgrading to Node version 16.8.0 works without any...
Node version 16.9.0 and 16.9.1 same as described in https://github.com/nodejs/node/issues/39683 we also detected issues with an app that is using template (node add-on in c++).
Hi, The referenced server mock code doesn't return the expected headers when cors: true. If the below would be implemented this issue will be resolved. We are blocked from updating...
> This [block](https://github.com/pact-foundation/pact-reference/blob/master/rust/pact_mock_server/src/hyper_server.rs#L208-L213) should be returning headers on the OPTIONS call, so perhaps it's just the subsequent calls it's missing? > > I'd appreciate seeing the trace logs for the...
> In addition, I want to say that I see as Pact failure with something “panic” because they cannot work with mock-server If you look carefully in the stacktrace you...
If you use node 15.6.0 or later with uWebSockets.js you could get the identifier of a certificate using this code. ``` const crypto = require('crypto'); const getCertIdentifier = (cert, unique...