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.
4 Posts

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...

How to Fix React Hydration Error in Next.js

React hydration errors in Next.js can be frustrating especially when you are building a blog page using the WordPress REST API and rendering HTML...

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

If you are working with Next.js and React, you might have encountered an error message that halts your development process. This error is often...

How Do I Fix Next.js Error Build Directory is not Writeable on EC2

When I first deployed my Next.js app with a custom server.js to AWS Elastic Beanstalk (EB) running 64bit Amazon Linux 2, I hit a...