We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
HTTP 환경일 때 backend api 도메인으로 연결하려고 하는데
net::ERR_CERT_COMMON_NAME_INVALID 해당 에러 발생
net::ERR_CERT_COMMON_NAME_INVALID
https와 http 송신간에 문제가 발생하는 것으로 가정
"scripts": { "dev": "next dev --experimental-https", "build": "next build", "start": "next start", "lint": "next lint", "prepare": "husky install", "test": "jest" },
https로 서버 열고 통신 시 동작