DuckDuckGo had an outage earlier today. I tried scraping the error message you see in the tweet below, but as I was debugging it they started redirecting me to html.duckduckgo.com, where it…
are you sure php-apcu package is installed and that you restarted your PHP-FPM processes?
Sorry, didn't notice grep was case sensitive
will@fuckedmachine:~$ php -i "phpinfo();" 
Well it's complaining about APCU not being present. Run
php -i "phpinfo();" 
My god this docker shit sucks so much
The apcu package probably got obsoleted again
I'm aware of the issue, but I'm unable to see the javascript console on mobile devices. If you manage to share the error logs I will be able to fix the problem.
From my testing, it seems to…
Yeah I fucked up, the duckduckgo scraper wasn't decoding the html entities and the frontend wasn't escaping the string. woops
It's fixed now, thanks for the report