After setting up a new Role, CPT and capabilities, the new role can’t see the featured image
Found the Bug. On the custom post type, the guttenberg editor was activated by : ‘show_in_rest’ => true. This was blocking the featured image to show up. Removing the guttenberg fix the problem. With the classic editor the featured image is showing on the edit page.