Closed MAX-786 closed 2 months ago
You can use npm run dev:https to run nextjs frontend using https protocol.
npm run dev:https
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.
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.