-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(nextjs): additional experimental HTTPS options #23334
Conversation
☁️ Nx Cloud ReportCI is running/has finished running commands for commit e66a98e. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 6 targets
Sent with 💌 from NxCloud. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
8ab3d27
to
33a03e9
Compare
33a03e9
to
8d49da1
Compare
8d49da1
to
e66a98e
Compare
There are three additional flags if user wishes to generate their own key, cert, ca files rather than the auto-generated ones by Next.js. ## Current Behavior Cannot pass additional CLI options. ## Expected Behavior Can pass additional CLI options for custom files. ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Closes #23331 (cherry picked from commit 53345f2)
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
There are three additional flags if user wishes to generate their own key, cert, ca files rather than the auto-generated ones by Next.js.
Current Behavior
Cannot pass additional CLI options.
Expected Behavior
Can pass additional CLI options for custom files.
Related Issue(s)
Closes #23331