Replies: 2 comments 1 reply
-
@ztanner Hi Zack, you implemented experimental https support here #54016. Do you have any thoughts on this improvement? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Added pr for that #67122 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
--experimental-https
Non-Goals
No response
Background
Now every time running
next dev --experimental-https
getting logs:Proposal
Somehow check here https://github.com/vercel/next.js/blob/canary/packages/next/src/lib/mkcert.ts#L114 if certs for given host are already generated and early return
Beta Was this translation helpful? Give feedback.
All reactions