209 похожих чатов

Всем привет! Прибиваю гвоздями Mongo к Nest. Создал схему для Person: import

{ Prop, Schema, SchemaFactory } from '@nestjs/mongoose';
import mongoose, { HydratedDocument } from 'mongoose';

export type PersonDocument = HydratedDocument<PersonSchemaModel>;

@Schema()
export class PersonSchemaModel {
@Prop({
type: String,
default: new mongoose.Types.ObjectId(),
unique: true,
required: true,
})
_id: string;

@Prop({ required: true })
name: string;

@Prop()
rs_url?: string;

@Prop({ type: [String], enum: Object.keys(personRoles) })
roles: string[];
}

export const PersonSchema = SchemaFactory.createForClass(PersonSchemaModel);


Но как только в модуле я пишу:

MongooseModule.forFeature([
{ name: PersonSchemaModel.name, schema: PersonSchemaModel },
]),

Оно валится с ошибкой The 2nd parameter to mongoose.model() should be a schema or a POJO
Error: The 2nd parameter to mongoose.model() should be a schema or a POJO.

Я не очень понимаю, где я накосячил, гуглёж мало чем помогает

5 ответов

20 просмотров

schema: PersonSchema а не PersonSchemaModel

Kenya-West-️ Автор вопроса
Alexander Bukhalo
schema: PersonSchema а не PersonSchemaModel

За помощь спс, но не помогло

Kenya-West ️
screenshot За помощь спс, но не помогло

ещё бы код где ты подключаешь схему

Kenya-West-️ Автор вопроса
Alexander Bukhalo
ещё бы код где ты подключаешь схему

Схема в отдельном модуле. Только что для изоляции перенес всё, что связано с Монгой, в отдельный модуль. Если просто гадить в корень, в AppModule, то ошибка всё равно та же. Код, где я что-то делаю со схемой, я закомментировал (см. скриншот 2), чтобы ограничить поиск ошибки. Ошибка возникает на скриншоте 1, когда я добавляю схему в MongooseModule.forFeature([])

Похожие вопросы

Обсуждают сегодня

@Benzenoid can you tell me the easiest, and safest way to bu.y HEX now?
Živa Žena
20
This is a question from my wife who make a fortune with memes 😂😂 About the Migration and Tokens: 1. How will the old tokens be migrated to the new $LGCYX network? What is th...
🍿 °anton°
2
What is the Dex situation? Agora team started with the Pnetwork for their dex which helped them both with integration. It’s completed but as you can see from the Pnetwork ann...
Ben
1
Anyone knows where there are some instructions or discort about failed bridge transactions ?
Jochem
21
@lozuk how do I get my phex copies of my ehex from a atomic wallet, to move to my rabby?
Justfrontin 👀
11
Hello, Is iExec also part of the "inception program" or another one ? Would it be a name to qualified the nature of the relationship between iExec and Nvidia? And does Secret ...
Ñïķøłäś
8
Ready for some fun AND a chance to win TKO Tokens? Join us for exciting minigames in our Telegram group! 🕒 Don’t miss out—games start on today 25 October 2024, at 8 PM! Ge...
Milkyway | Tokocrypto
255
any reference of this implementation?
BitBuddha
29
Also, why can’t the community have a vote/ say when it comes to initiatives like buybacks. Isn’t the point of crypto decentralisation? Don’t we deserve input as long term supp...
👨🏽‍🦰
13
Hi guys, any problem with Pulsebrige? Trying to transfer from wETH to ETH. First it tells me to connect my metamask "through mobile app" not desktop. Then I did and confirmed ...
Snowflakecrypto
13
Карта сайта