Hi @wildfire9859,
Thanks for reaching out and I’m sorry you’re experiencing a server error with your sitemap.
Could you share if something changed recently on your site?
Please try clearing any browser, website, server, or CDN cache and recheck the sitemap URL.
Were you able to review the server log files for any errors? You can access them from your site control panel or ask your site support team to check the server logs for you for the error.
Would you be able to provide me with the WordPress debug log file so I can help you?
You can get this log file by following these steps:
- Connect to your web server using FTP. We have an article on?how to use FTP here – https://aioseo.com/docs/how-to-ftp-to-your-web-server/
- Edit the wp-config.php file.
- Near the bottom of the file, you’ll see the following:
define(‘WP_DEBUG’, false);
- Change that line to these three lines:
define( ‘WP_DEBUG’, true );
define( ‘WP_DEBUG_LOG’, true );
define( ‘WP_DEBUG_DISPLAY’, false );
5. Reproduce the error or problem on your site so an error is logged.
- Using FTP on your web server, navigate to?the /wp-content?directory and look for the debug.log file.
- Download that file to your local computer.
- You can then change your wp-config file back to its original settings.
Please send that debug log file to me so that I can look into this issue.
We have an article with these steps that includes screenshots here –?https://aioseo.com/docs/how-to-enable-debugging-in-wordpress/
Let me know if you have any questions or need any other help.