<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: volnyn</title>
    <description>The latest articles on DEV Community by volnyn (@volnyn_8249e2bcefd516a59c).</description>
    <link>https://dev.to/volnyn_8249e2bcefd516a59c</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3909749%2F700686cd-6778-4870-8335-9e9ce0f9ba95.png</url>
      <title>DEV Community: volnyn</title>
      <link>https://dev.to/volnyn_8249e2bcefd516a59c</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/volnyn_8249e2bcefd516a59c"/>
    <language>en</language>
    <item>
      <title>We had APP_DEBUG=true in production. Google indexed 2,246 error pages.</title>
      <dc:creator>volnyn</dc:creator>
      <pubDate>Tue, 11 Aug 2026 19:11:58 +0000</pubDate>
      <link>https://dev.to/volnyn_8249e2bcefd516a59c/we-had-appdebugtrue-in-production-google-indexed-2246-error-pages-3p4o</link>
      <guid>https://dev.to/volnyn_8249e2bcefd516a59c/we-had-appdebugtrue-in-production-google-indexed-2246-error-pages-3p4o</guid>
      <description>&lt;p&gt;Last week a Google Search Console alert told us 2,246 pages on our site were returning 5xx errors. That number was surprising on its own. What made it worse was what those error pages had been showing to anyone who loaded them.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;APP_DEBUG&lt;/code&gt; was set to &lt;code&gt;true&lt;/code&gt; in production.&lt;/p&gt;

&lt;p&gt;If you've worked with Laravel you already know what that means. For everyone else: instead of a generic "something went wrong" page, every crashing route was rendering Laravel's full debug screen. File paths. Stack traces. The actual source code around the failing line. SQL queries with table and column names. On some pages, environment variables.&lt;/p&gt;

&lt;p&gt;Publicly. For months. Indexed by Google.&lt;/p&gt;

&lt;p&gt;Here's how we found it, what the actual damage was, and the checklist we now run before anything goes live.&lt;/p&gt;

&lt;h2&gt;
  
  
  How it surfaced
&lt;/h2&gt;

&lt;p&gt;We weren't looking for this. We were doing a routine SEO audit and pulled the Page Indexing report in Search Console.&lt;/p&gt;

&lt;p&gt;The breakdown looked like this:&lt;/p&gt;

</description>
      <category>ai</category>
      <category>seo</category>
      <category>laravel</category>
      <category>php</category>
    </item>
  </channel>
</rss>
