You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/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?
The text was updated successfully, but these errors were encountered:
/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
/admin-teacher
page, click on the Total pending teacher card.Any chance to give some advice?
The text was updated successfully, but these errors were encountered: