<?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: Echo Softworks</title>
    <description>The latest articles on DEV Community by Echo Softworks (@echo_softworks).</description>
    <link>https://dev.to/echo_softworks</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%2F4086784%2F4ad91398-8895-4112-830b-67bd6ba6eb2d.png</url>
      <title>DEV Community: Echo Softworks</title>
      <link>https://dev.to/echo_softworks</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/echo_softworks"/>
    <language>en</language>
    <item>
      <title>3 Bugs From Flipping Stripe to Live Mode</title>
      <dc:creator>Echo Softworks</dc:creator>
      <pubDate>Thu, 20 Aug 2026 13:34:31 +0000</pubDate>
      <link>https://dev.to/echo_softworks/3-bugs-from-flipping-stripe-to-live-mode-1mfe</link>
      <guid>https://dev.to/echo_softworks/3-bugs-from-flipping-stripe-to-live-mode-1mfe</guid>
      <description>&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Magic links stopped sending — deleted an old Resend API key as cleanup, forgot it was wired into Supabase’s SMTP. Dashboard just silently failed. Fix: new key, done.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Checkout failed — test-mode connected account, live key can’t touch it. Fix: deleted the test account, redid onboarding live, swapped the new account id in.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Payment succeeded, no email — webhook was scoped to “Connected accounts” only, so it never received checkout.session.completed (that fires on the platform account). No error, just never arrived. Fix: added a second webhook destination scoped to “Your account.”&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;All fixed and tested end to end now. Building Echo Softworks Community Marketplace (echosoftwork.com) if curious.&lt;/p&gt;

</description>
      <category>stripe</category>
      <category>supabase</category>
      <category>debugging</category>
      <category>startup</category>
    </item>
  </channel>
</rss>
