Bruno Naschpitz

Bruno is a visionary senior software engineer and entrepreneur with over 12 years of experience in crafting innovative applications. His expertise spans full-stack development, leveraging Node.js, React, Next.js, and Meteor frameworks to deliver high-performance solutions. With a passion for automated testing, Bruno brings a unique blend of technical excellence and entrepreneurial spirit to his work, driving cutting-edge technology solutions to the forefront.
9 Posts

How to Fix Next.js “Build Directory is Not Writeable” Error on EC2

The "Build Directory is Not Writeable" error in Next.js on EC2 occurs when the Node.js process lacks write permissions to the .next directory. Fix...

How to Fix the ‘Can’t Resolve react/jsx-runtime’ Error in Next.js Application

If you are building a shared component library with Rollup and Storybook and consuming it inside a Next.js application, you may hit this cryptic...

How to Fix React Hydration Error in Next.js

When this issue was assigned to our team for the client project, we reviewed the component and found that the hydration error is most...

How to Fix a “Module not found” Error with Axios and Follow Redirect in Next.js

I recently ran into a frustrating error while building a Next.js 13 app. I was using axios to fetch API data inside getStaticProps(), but...