<?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: Bongani</title>
    <description>The latest articles on DEV Community by Bongani (@kinetic9).</description>
    <link>https://dev.to/kinetic9</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F144047%2F10dd9b16-3fae-4054-b88a-dcdc7546b21e.gif</url>
      <title>DEV Community: Bongani</title>
      <link>https://dev.to/kinetic9</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kinetic9"/>
    <language>en</language>
    <item>
      <title>Netlify's Nightmare</title>
      <dc:creator>Bongani</dc:creator>
      <pubDate>Tue, 05 Oct 2021 21:33:23 +0000</pubDate>
      <link>https://dev.to/kinetic9/netlify-s-nightmare-3f9a</link>
      <guid>https://dev.to/kinetic9/netlify-s-nightmare-3f9a</guid>
      <description>&lt;p&gt;So you have created your react app, and everything works nicely on your localhost / local machine. Then you decide to host it with a service like Netlify,which is an excellent PaaS for static content. All of a sudden your deploy keeps failing 😩. Nightmare right?&lt;/p&gt;

&lt;p&gt;Doesn't have to be, firstly check if you have entered all your dotenv values. To do this goto Site Settings &amp;gt; Build &amp;amp; deploy &amp;gt; Environment. You should see environment variables. You will have to rename your variables starting with REACT_APP_ then your variable name, remember to change this on your source code as well. After all this add the variable NODE_VERSION (with the version similar to what you used on your local machine), I was stuck with this issue for days not understanding why I couldn't deploy until I added this.&lt;/p&gt;

&lt;p&gt;Hope this was helpful. Please like and share😉.. Happy coding. &lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
