TypeError: this.app.model is not a function #9262
Answered
by
nflaig
damiansimon2
asked this question in
Q&A
-
Hello, i am trying to create a REST API but when try to npm start i get this error:
I am using node v18.13.0 |
Beta Was this translation helpful? Give feedback.
Answered by
nflaig
Feb 1, 2023
Replies: 1 comment 2 replies
-
Hey 👋, you need to add |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
damiansimon2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey 👋, you need to add
RepositoryMixin
to your application class inapplication.ts
file.