Posts by Bruno Naschpitz
25
Oct
Have you ever started your Node.js app, only to see an error like SyntaxError: Cannot use import statement outside a module your heart ...
14
Oct
How Do I Fix the ‘Type Params Does Not Satisfy Promise’ Error in Next.js
When I upgraded my project to Next.js 15, I expected things to just work. Instead, I was greeted with one of the most confusing TypeScr...
14
Oct
How Do I Fix the ‘Module Not Found Can’t Resolve react/jsx-runtime Error in Next.js
I was working on a Next.js + TypeScript project when I ran into a strange and frustrating error during build:
Module not found: Can'...
29
Sep
How to Fix an Error When Using a Custom Domain with Next.js on Heroku
When I first deployed my Next.js app to Heroku, everything worked perfectly on the default Heroku domain. But as soon as I added my cus...
29
Sep
How to Fix A Trace Error in Next.js?
Working with Next.js can be smooth until a cryptic error stops your build. Recently, while building a Next.js + TypeScript project, I r...
20
Sep
How Do I Fix next build Errors in Next.js with MongoDB?
I ran into this exact headache: I hit npm run build, the terminal yelled ELIFECYCLE, and the only thing I could see was with-mongodb@0....
20
Sep
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(), b...
09
Sep
How Do Fix the ‘Error Serializing .res’ in Next.js getServerSideProps?
When I first started working with Next.js and the Binance API, I ran into a frustrating error that stopped my project in its tracks. Th...
09
Sep
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 pretty...
13
Jun
How To Build A Simple Portfolio Blog With Next.js
I will show you how to build a simple portfolio blog using Next.js, a powerful React framework that allows you to create fast and SEO-f...