Relative Content

Tag Archive for node.jspostgresqlnext.jssequelize.jssequelize-cli

SequelizeConnectionError: role “node” does not exist

I have integrated sequlize into my NextJS project. Also, write the migration script for the schemas to be created into PostgreSQL. But, at the time of POST api call I am receiving the error saying: “Error inserting data ConnectionError [SequelizeConnectionError]: role “node” does not exist”