/admin-view-pending-teacher page throws server error (500) when deployed the application in Heroku with Postgresql (migration was successfully done).
Similar issue is for /admin-student page too.
It looks to me initially these pages are fine and issues start when a new teacher/student is signed up.
Steps to reproduce
pre-requisite: Using Postgresql as db and install a python package called psycopg 2.86 version
- At the
/admin-teacher page, click on the Total pending teacher card.
Any chance to give some advice?