0

When starting my NestJS application I am getting the following vague error:

Data type "Object" in "MyEntity.undefined" is not supported by "mysql" database.

But MyEntity was deleted from my application. How do I solve this error?

1 Answer 1

5

The entity still exists in the build output. To solve this, remove your dist folder and restart your app.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.