Next.js Configuration Issue: publicRuntimeConfig.root Undefined and Fetching undefined URL
I’m working on a Next.js project where I need to serve a VRM file located in the public directory. I already setted up my configuration, but the fetched publicRuntimeConfig.root remains ‘undefined’, while I had intended it to be “” such that it can be accessed under the public directory.