egg.js 启动时报 channel closed, nothing send stack: Error: channel closed
无有效错误信息。
经排查是mongoose schema中定义了unique所导致的,估计egg-mongoose版本问题。
name: { type: String, unique: true }
后发现schema中写上index: true。也会出现上述问题
无有效错误信息。
经排查是mongoose schema中定义了unique所导致的,估计egg-mongoose版本问题。