I am learning the NestJS course from Udemy https://www.udemy.com/course/nestjs-zero-to-hero.
And I am stuck with a strange issue and I have tried many things but nothing seems to be working. Here is the issue and complete code that I have.
Error that I am getting
My ORM configuration file:
**Task Entity File: **
Finally I am importing the configuration file in tasks.module.ts file
People facing there issue have resolved it with different fixes,
I have tried all possible solutions that are available over the internet but was not able to fix this. Its been quite few days now and I am looking for a helping hand or savior on stack overflow.
Meanwhile, I will try to see a few more possibilities that could help but if you have faced this issue do let me know the possible solutions.
You're missing the @Entity()
decorator on your Task
class. This sets the metadata that TypeORM is looking for according to its docs.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With