That’s something weird, as you are still facing the issue with it. Apology for the inconvenience. But, I can help you to debug the issue within your WordPress site setup, for that I need the debug logs files to check more,
1) WooCommerce Logs
Logs can be accessed through WooCommerce -> Status -> Logs. Select a file from a dropdown list. The one with the error log starts with fatal-errors. Please keep in mind that these logs are automatically erased after 30 days.
2) WordPress Logs
WP_DEBUG_LOG has to be enabled in wp-config.php for error messages to be saved. The default filename and location of this log is /wp-content/debug. Defined below in wp-config.php file and then again try to check or visit the page where issue you are facing the issue. So that will add logs/erros in debug file.
define( ‘WP_DEBUG’, true);
define( ‘WP_DEBUG_LOG’, true);
Can you please provide the debug log files as mentioned above for both?