Problems updating my Strapi version

System Information
  • Strapi Version: 3.6.10:
  • Operating System: Windows:
  • Database: MySQL:
  • Node Version: 16.16:
  • NPM Version: 8.16.0:

I recently just updated my Strapi version from 3.6.8 to 3.6.10, I am fully aware that version 4 exists but I have no intention to update to that version for the moment because this is a demo app and I would need to make a lot of code changes. When I try running my application I get the following Error:

[2022-08-05T09:45:23.309Z] error Something went wrong in the model `Locale` with the attribute `created_by`
[2022-08-05T09:45:23.310Z] error TypeError: Cannot read properties of undefined (reading 'uid')

I am not too sure what to do in this scenario, could anyone help?