Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 265 Bytes

troubleshooting.md

File metadata and controls

7 lines (4 loc) · 265 Bytes

Troubleshootings

APP_SECRET variable is not set

error: when I launch npm start, I get this error: WARNING: The APP_SECRET variable is not set. Defaulting to a blank string. solution: you have to cp .env.example .env and then populate the APP_SECRET