Is there a basePath bug in Next.js 16?
Summary The issue at hand is related to basePath configuration in Next.js 16. When a basePath is specified in next.config.mjs, serving assets from the /public directory using the Image component does not work as expected. Instead of automatically handling the basePath, the asset path needs to be manually prefixed with the basePath value. Root Cause … Read more