Dawid Gaweł

Results 17 comments of Dawid Gaweł

Apparently, it worked in `v12.0.0` (middleware introduced). I did a bisect to narrow down which version introduced this bug and I can confirm it stopped working in `12.1.1-canary.1`. Looking at...

Great find @Pamboli, looks like the issue was first introduced in `12.1.1-canary.1`, then fixed, and then a similar bug was reintroduced in `12.2.3-canary.17` ([see new commits comparing to canary 16](https://github.com/vercel/next.js/compare/v12.2.3-canary.16...v12.2.3-canary.17)).

I can confirm we experienced this issue in a production environment, not hosted on Vercel.

After separating mjml-cli (with minifier and beatuifier) it should be much easier to support browser targets, which I kindly ask to add for v5 roadmap. In-browser email builders with bundled...

I experienced the same issue when using larger `interval`, say 1 minute (`interval: 60000`). The whole program seem to hang for that minute.

@CanRau client-side support was added in v4, you can use it now: https://github.com/mjmlio/mjml#client-side-in-browser via official [mjml-browser](https://www.npmjs.com/package/mjml-browser) package.

The issue persists in v13.5.2. As we have a lot of translated pages in Pages Router, this bug stops us from upgrading Next and adopting the App Router incrementally. The...

> And does the app dir pages work in production? For me they only work in development. For us, they do, but we're stuck on v13.2.

> Check out the example [repository](https://github.com/fabio-nettis/nextjs13-appdir-i18n) I have provided, it eliminates the need for the i18n key inside next.config.js. We currently use it in production and it works just fine....