Hi @zulfphotography,
Sorry to hear about the issues noticed.
Possible to also check with your Hosting provider and confirm whether?php_curl?is installed and enabled on your server?
We have recently noticed issues where the site crashes due to that, so there could be a chance the above might be the case. We already have a fix slated in the next release.
For now please do check whether php_curl could be enabled or not in the server.
If its already enabled, then the issue might be something else and might be more related to conflict.
You’ll have to enable debug mode and check whether that helps in identifying what might be causing it.
To enable it, open your wp-config.php file located in your root directory, and look for define(‘WP_DEBUG’, false);. Change it to:
define('WP_DEBUG', true);
In order to enable the error logging to a file on the server you need to add:
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );
define( 'SCRIPT_DEBUG', true );
After making the above changes, please try to replicate the issue. The related error will be saved to a debug.log log file inside the /wp-content/ directory.
Please attach these in your next reply in txt format file, so that we can take a closer look. You can find more details about debugging here:
https://www.ads-software.com/support/article/debugging-in-wordpress
You can share the debug logs using Google Drive, Dropbox or any such 3rd party cloud services in the next reply.
Looking forward to your response.
Kind Regards,
Nithin