An Unexpected Error...! 🤔

System Information
  • Strapi Version: 4.23.0
  • Operating System: Win
  • Database: PostgreSql
  • Node Version: 18.20.0
  • NPM Version: >=6.0.0

Hello guys,

I just tried to reposition two properties of a ContentType like below, but after that I can’t start my project anymore.

I also found out I can’t add a column in any ContentType. Every time the process stops at this point. :question: :exclamation:

can someone help me?

Thanks in advance!

P.S.: If I reset the code the project runs again. - Why?!!! :thinking:

It’s time for an update:
I’ve created a new database and connected it to my Strapi project. It’s working now! :heavy_check_mark:
Who can tell me what might have caused this problem? :thinking:

While it’s good to know that it wasn’t Strapi causing the issue, I now have to transfer all my data to the new database, which is a very tedious task.

Problem solved! “INSERT INTO public” was created as a column in the table. I’m not sure what caused it, but I deleted the wrong columns. Now it’s working again. :white_check_mark: