David Rouyer

Results 24 comments of David Rouyer

I also tried on a sandbox account! Have you recently added one of Pipedrive's file integration (the one with Google Drive for example: https://hopfab2.pipedrive.com/settings/files)?

I'm looking for the same thing... I found this: https://github.com/QuiiBz/next-international?tab=readme-ov-file#rewrite-the-url-to-hide-the-locale https://github.com/QuiiBz/next-international/blob/266f8ad9ed188f93c8678e40344323c0b5b050fb/packages/next-international/src/app/middleware/index.ts#L25-L35 https://github.com/i18next/next-13-app-dir-i18next-example/blob/3d653a46ae33f46abc011b6186f7a4595b84129f/middleware.js#L26 If you use ```return NextResponse.rewrite(new URL(`/${lng}${req.nextUrl.pathname}`, req.url))``` instead of redirect it works

Thank you for your answer! > On your latest point, `dist/serverless.mjs` is not part of the npm package. The main bundled code in the npm package is in `dist/npm/index.js`, which...

I replaced the `esbuild` script with `Vite` (esbuild & rollup), and I got better results out of the box https://github.com/neondatabase/serverless/commit/a3acd190a1af3397240fb9271c72af75304a2323 ✓ 114 modules transformed. `dist/index.mjs 140.58 kB │ gzip: 38.93...