Forums

OperationalError no such table

When trying to submit a quarterly inspection to the back end I get this error : OperationalError at /api/.../ no such table:

It doesn't do this for the monthly inspections that were put into the system at the same time. I ensured I was in the proper venv and ran migrations that say there is nothing new to migrate. On my local host, I'm not having any issues. Any help would be greatly appreciated.

Have you checked if the table in question exists in the database that the site is using?