-
rank math overview is not populating with data after latest update
it still shows correct before clearing my litespeed cache
after clearing cache no data is shown in wordpress admin dashboard rankmath overview panel
disable all plugins made no difference
i have 13 websites with same errordebian NGINX server
client_max_body_size 100M;
# Basic WordPress Rules
location / {
try_files $uri $uri/ /index.php?$args;
}# Add trailing slash to */wp-admin requests
rewrite ^/wp-admin$ $scheme://$host$uri/ permanent;# end Basic WordPress Rules
# START Nginx Rewrites for Rank Math Robots.txt File
rewrite ^/robots.txt$ /?robots=1 last;
rewrite ^/([^/]+?)-robots([0-9]+)?.txt$ /?robots=$1&robots_n=$2 last;
# END Nginx Rewrites for Rank Math Robots.txt File# START Nginx Rewrites for Rank Math Sitemaps
rewrite ^/sitemap_index.xml$ /index.php?sitemap=1 last;
rewrite ^/([^/]+?)-sitemap([0-9]+)?.xml$ /index.php?sitemap=$1&sitemap_n=$2 last;
rewrite ^/([a-z]+)?-sitemap\.xsl$ /index.php?xsl=$1 last;
# END Nginx Rewrites for Rank Math Sitemapslocation ~* \.(js|css|png|jpg|jpeg|gif|ico|svg|woff|woff2|ttf|eot)$ {
expires 30d;
access_log off;
add_header Cache-Control “public”;
}
The ticket ‘rank math overview data is not populating in wordpress after latest update’ is closed to new replies.