Open cdCarlos opened 5 years ago
I think there is in a conflict with the sequelize
and sequelize-typescript
versions in the app. See this issue: https://github.com/RobinBuschmann/sequelize-typescript/issues/583#issuecomment-477785749
I was able to get it to run by downgrading to sequelize 5.1.1 ("sequelize": "5.1.1"
) or upgrading to to the alpha version of sequelize-typescript: ("sequelize-typescript": "1.0.0-alpha.9"
). Either change works. You don't need to do both.
@sarah-maris thanks, it worked!
After cloning the repo, installing dependencies, and updating db connection info I'm getting this error when I try to post a new feed. If I get the list of feeds (which are 0) everything works well.
Here is the stack:
Any help/hint on how to solve it?