Conversation
supportThe dashboard widget doesn’t show any content when the WP admin is using SSL. Example error — —- Mixed Content: The page at ‘ https://mydomain.com/wp-admin/index.php’ ; was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint ‘ http://api.chartbeat.com/live/summary/?host=mydomain.com&apikey=XXXXXXXXXXXXXXXXXXX&keys=r&limit=100’ ;. This request has been blocked; the content must be served over HTTPS. Can you update your API endpoint calls to use SSL when the widget is being loaded on an SSL page? https://wordpress.org/plugins/chartbeat/
Hi baldgoat, I know its several months after your post but I just came across the same problem and I was able to easily fix it. Inside /wp-content/plugins/chartbeat/media there is a file named cbdashboard.compiled.js There are 4 occurrences of http://api.chartbeat.com in there. Just replace them with https://api.chartbeat.com and you’re done. Cheers
This bit us too
Hi baldgoat, I know its several months after your post but I just came across the same problem and I was able to easily fix it. Inside /wp-content/plugins/chartbeat/media there is a file named cbdashboard.compiled.js There are 4 occurrences of http://api.chartbeat.com in there. Just replace them with https://api.chartbeat.com and you’re done. Cheers
This bit us too