You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Task dev next dev --turbopack --experimental-https --hostname testhostname.net
⚠ Self-signed certificates are currently an experimental feature, use with caution.
⨯ Failed to generate self-signed certificate. Falling back to http. Error: Not implemented: crypto.X509Certificate.prototype.checkHost
at notImplemented (ext:deno_node/_utils.ts:9:9)
at X509Certificate.checkHost (ext:deno_node/internal/crypto/x509.ts:38:5)
at eventLoopTick (ext:core/01_core.js:175:7) {
code: "ERR_NOT_IMPLEMENTED",
name: "Error"
}
my deno.json :
{
"unstable": ["unsafe-proto"]
}
(Works with node and bun)
The text was updated successfully, but these errors were encountered:
Version: Deno 2.1.4
my deno.json :
(Works with node and bun)
The text was updated successfully, but these errors were encountered: