I've been stuck trying to get Sequelize to work normally for a week now. At first, everything works properly: migrations etc, until I try to connect the models to my routes in express; that's when everything breaks and I get this annoying error thro...
I'm trying to perform a migration on a database hosted on ElephantSQL, but I keep getting this error ERROR: Error parsing url: undefined whenever I run sequelize db:migrate does anyone know why? Any pointers or suggestions appreciated.