Pooya Parsa

Results 2282 comments of Pooya Parsa

Any chance you can prepare a minimal (c12 only) reproduction? 🙏🏼 (my guess is that it can be reproduced by using a natively imported `.cjs` config in a layer)

Your example is a nuxt application (using vue-router) and only has `pages/index.vue` (meaning only `/` route) I think 404 is kinda normal

Can you try using a minimal nitro (not nuxt) application using `server/routes` only?

Here is a Nitro-only project that works: https://stackblitz.com/edit/unjs-nitro-starter-u6sywzrz?file=nitro.config.ts&title=Nitro%20Starter Here is your updated Nuxt example: https://stackblitz.com/edit/nuxt-starter-bhv84qsr?file=app.vue (if you click on last link with ``, it works, it is a client side...

Hi @DavidDeSloovere just checking in if you need any help on this or wanted to brainstorm feel free to drop me a DM in discord ❤️

I will review asap. BTW please note this is a H3 v2 feature. Nuxt is v5 has to still be available for adoption. You can directly copy-paste implementation of PR...

@DavidDeSloovere if had time, can you help on increasing tests coverage? 🙏🏼

@olawanlejoel feel free to join [Nitro discord](https://discord.nitro.build) if you like to followup over chat.

Do you mind to drop a PR? Deno implementation is good, you can use [this](https://github.com/unjs/h3/blob/main/src/utils/internal/encoding.ts) also I converted it to b64url only + small changes.