Content disappears after deployment to shared hosting

System Information
  • Strapi Admin Panel - v3.6.8:
  • OS - Windows 10:
  • Database - sqlite:
  • Node - v17.0.3:
  • NPM - v8.3.0:

After deployment some of the Content Types and Single Types disappeared from the Panel. I’ve been trying to debug this issue for weeks now and the thing that most of the people who faced the same issue suggested is deleting an entry in the database of the panel named plugin_content-manager_schema in the core_store table and restarting the app. I’ve tried to find this entry in my database but no such entry exists. All of my content exists normally in the database and also in the app root folders.

Did anyone face the same issue and managed to successfully debug, understand the causes and fix it?