Featured image Media Upload not showing in posts/pages

Since I upgraded to WordPress 6.1.1 the option to upload featured images in my posts and pages disappeared. I cannot edit the existing ones and I cannot upload new images. Usually it was an option in the right side panel.

In my Theme I activated featured images like this (functions.php):

if (!function_exists('ksv_setup')) {
function ksv_setup() {
add_theme_support('post-thumbnails');
}
}
add_action('after_setup_theme', 'ksv_setup');

  What can I do?

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer