Black background screen issue with hosting my Next.js site on Netlify using their new v5 runtime. After rebuilding with the new runtime, none of my Next.js Image components are rendering, only a blank screen appears where the images should be. The img tags are present in the markup with the correct src, and standard img tags work fine. Everything displayed perfectly in v4.
Anyone else encountered this black issue or have a fix?