Missing FROM-clause for table xxxx

Sadly it didn’t work. What I did:

  1. Update package.json file to include the same version for all Strapi maintained packages.
  2. Ran npm install --package-lock-only to update the lock file
  3. Ran npm install after deleting the node_modules folder
  4. Rebuilt admin with npm run build

Any other ideas? :frowning: