Has anyone ever encountered when trying to use internalization in deno with NextJS the following error?
Error: Attempt to export a nullable value for "File" at eventLoopTick (ext:core/01_core.js:177:7)
I am using the app router architecture and placed the necessary files (page, layout, components, ...) inside the [lang] directory, which to my experience and knowledge is how it works in a NodeJS environment. This is the first time I encountered this issue, but it is also my first time using Deno.
So far I have not found a way to solve this issue... yet. Advice is always welcome!