Closed ghost closed 3 years ago
Nevermind, it was a problem with my mongoose installation. I noticed that I couldn't even do db operations manually, somehow the node_modules were installed in the workspace folder instead of the main one. Works well now.
https://i.imgur.com/Ykg1FSX.png
Without the resource, it works fine, but when adding a resource it throws this error.
../../back/src/Models
This throws the error. If the
resources
option is just[]
, it runs without problems. I think it's a problem with my model or database.Any help would be greatly appreciated. Thanks