无有效错误信息。
经排查是mongoose schema中定义了unique所导致的,估计egg-mongoose版本问题。
name: { type: String, unique: true }
后发现schema中写上index: true。也会出现上述问题
无有效错误信息。
经排查是mongoose schema中定义了unique所导致的,估计egg-mongoose版本问题。
转载于:https://www.cnblogs.com/pgcsx/p/10488889.html