You can check the solutions here
Simple and Temporary solutions just add below link in your theme function.php
add_filter('use_block_editor_for_post', '__return_false');
You can check the solutions here
add_filter('use_block_editor_for_post', '__return_false');