Bartosz Podgruszecki
Bartosz Podgruszecki
I have the same problem. Config file is correct but simple requests like: ``` php echo Analytics::getSiteIdByUrl('http://github.com/'); ``` generate "This webpage is not available" error in Chrome browser. I'm working...
Can confirm @mmiszy 's words. I wanted to play with the new Next.js `appDir` and `next dev --turbo` mode but it failed on basic setup with monorepo. It works fine...
I also faced this problem. First load almost freezes the browser. Is there any temporary fix/hack? 🥺
@Hamziss Installing `next` in root `package.json` solves this but it's hacky solution to me and I don't like it. I used it though.
Hi everyone. I also got stuck with this issue and was pulling hair of my head because I thought it should work in any node.js environment. Even in the new...
@SamuelBucher Could you share a repro link? It's difficult to help without it. Next.js in app dir mode is being updated daily by dev team through releases (canary) and maybe...
@mnajdova That's a great news! I hope some day we can use mui in app dir for real :) I tried your example and I was curious if that works...
> `tss-react` now provides [a setup helper for Next 13 appDir](https://docs.tss-react.dev/ssr/next.js%23app-dir). If you use it, emotion and consequently MUI will work as well. @garronej You link navigates to a 404...
> > [@lucach](https://github.com/lucach) Are you following the [MUI instructions for Next.js integration](https://mui.com/material-ui/integrations/nextjs/)? > > This fixed it for me 👍 It does work but not in the turbopack mode. Are...