Problem with admin portal on chroot environment

i get this error on ubuntu 16.04 running in chroot on my chromebook

What URL are you using to access the web interface? Can you take a screenshot of the XHR section of the Networking tab in the dev tools after you reload the page?

http://192.168.1.131/admin/

What is the output of curl -i http://192.168.1.131/admin/api.php?summary?

(xenial)critic@localhost:~$ curl -i http://192.168.1.131/admin/api.php?summary?
HTTP/1.1 200 OK
X-Pi-hole: The Pi-hole Web interface is working!
X-Frame-Options: DENY
Set-Cookie: PHPSESSID=pjr2efph8n68phktgsto030n67; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
Content-type: application/json
Transfer-Encoding: chunked
Date: Fri, 31 Mar 2017 23:14:57 GMT
Server: lighttpd/1.4.35

Was there output like this at the bottom?

{"domains_being_blocked":"103,013","dns_queries_today":"7,575","ads_blocked_today":"962","ads_percentage_today":"12.7"}

nope only what i copy

looks like there is blank line there

Run pihole -d for a debug token.

Your debug token is : 36zmw4osto

Try the command again, then check /var/log/lighttpd/error.log for any errors.

2017-04-02 07:36:02: (server.c.1242) logfiles cycled UID = 0 PID = 30245

Have you tried repairing Pi-hole via pihole -r? If that doesn't help, try reinstalling.

i will try to repair and/or reinstall later on today

should i worry about the error msg from lighttpd?

That message isn't really an error, just a notice that the log file was rotated at some point.

add pihole ip to my adblocker whitelist fix this problem