Skip to content

Reproduction repository of an issue where nextjs dev overlay is not showing properly in Chrome browser

Notifications You must be signed in to change notification settings

genetschneider/nextjs-dev-overlay-bug-chrome

Repository files navigation

Next dev error overlay not working in Chrome example

This example repository shows how the dev error overlay is not workign in Chrome when using a custom assetPrefix in next.config.js.

Solved

Solved

Running the example

  • node asset-cdn.js // starts the mock cdn server
  • npm run dev
  • open http://localhost:3000 in Chrome
    • You should see a blank white screen with an error in dev console
    • In Safari or Firefox, the dev overlay shows as expected showing the error and stack

About

Reproduction repository of an issue where nextjs dev overlay is not showing properly in Chrome browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published