collective / volto-hydra

A volto addon to let you edit content in realtime when you have many frontends written in any framework
2 stars 4 forks source link

using https in nextjs frontend #149

Closed MAX-786 closed 2 months ago

MAX-786 commented 2 months ago

You can use npm run dev:https to run nextjs frontend using https protocol.

How: nextjs provides an experimental feature called https which will setup localhost certificates to handle ssl and thus enabling you to use https://localhost:3002.