#so what is the problem w2x
1 messages ยท Page 1 of 1 (latest)
I get module not found
- wait compiling /(themed)/org/[org]/page (client and server)...
- error ./
Module not found: Can't resolve '..\next-client\src\app\layout.tsx'
https://nextjs.org/docs/messages/module-not-found
- wait compiling /_error (client and server)...
- error ./
Module not found: Can't resolve '..\next-client\src\app\layout.tsx'
it's an error not code
- wait compiling /(themed)/org/[org]/page (client and server)...
- error ./
Module not found: Can't resolve '..\next-client\src\app\layout.tsx'
https://nextjs.org/docs/messages/module-not-found
- wait compiling /_error (client and server)...
- error ./
Module not found: Can't resolve '..\next-client\src\app\layout.tsx'
yeah send error code
gah, oh well.. was trying to obfuscate some parts. nvm. ๐
so it seems it's looking for root layout outside of my groups
...
I can see that you're in another conversation but not sure what you mean ๐
i thought you had figured out the problem
No sorry. I mean. It's looking for the layout in the root despite me having just two groups in the root following the docs
i think thats a build error not a routing error
Not sure how to solve it
so we should probably see what is using ..\next-client\src\app\layout.tsx
what file is using that file path
in the dist folder then?
Argh I have no idea it's a build problem? ๐
I never reference the layouts
those are automatic next js things arent they
and when did the error happen?