I have deployed my backend of webproject through Heroku CLI. To access my database, I went through herokuapp.com/admin, but I got Internal Servor Error.
So, I went to cmd to run heroku run bash
command so that I can run migrations
, but its showing this error:
My frontend which is in Next.js is deployed on Vercel and it shows my website. Just that I want to access my database to add data, and Heroku is giving me Problems. My database is Postgres.