ERR realtion 'Table_name' doesnt exist

Im using a node environment with sequelize and postgres. Whenever I try to unseed, I get this error, does anyone know how to fix this?

Hey,

This error is usually thrown when the table name in the sequelize model does not match the table name in the database.

Is your database hosted on Render? Did you make sure it’s not empty?

See https://sebhastian.com/sequelize-relation-does-not-exist/ for additional troubleshooting steps.

Regards.
Jérémy, Render Support

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.