Hello,
There is a bug in Website Statistics-v2 -> Error Logs -> Error Analysis.
The frontend sends:
POST /panel/public/get_soft_status
with {name: 'nginx'}
But it only checks:
if (ress.setup)
If that field is missing, it shows:
"The current environment is detected as apache, which is not supported yet"
On my server the API returns:
{"status": true, "msg": "accordWith"}
So nginx is detected successfully, but the UI still shows the Apache warning because it expects setup instead of status.
aapanel v8.0.0
Website statistics-v2 4.2.5
yes, a tryed reinstall plugin и pressed Fix

Thanks.