Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I want to hide the error overlay in Nextjs

I am developing market place for solana NFTs by using Next.js.

And I want to hide the error overlay like the following image.

enter image description here

How to do that?

like image 721
Ksan Araki Avatar asked Jan 25 '26 23:01

Ksan Araki


1 Answers

Adding to global.css helped:

nextjs-portal {
  display: none;
}

source https://github.com/vercel/next.js/discussions/13387#discussioncomment-5694715

like image 130
Alan Svits Avatar answered Jan 29 '26 13:01

Alan Svits



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!