Unable to access localhost. It spins forever :(
CodePudding user response:
You have to use cookieParser like this. You can refer docs here
app.use(cookieParser())
Unable to access localhost. It spins forever :(
CodePudding user response:
You have to use cookieParser like this. You can refer docs here
app.use(cookieParser())