honojs / middleware

monorepo for Hono third-party middleware/helpers/wrappers
https://hono.dev
421 stars 144 forks source link

no mutation 404 errors following upstream trpc fix on trailing slash #274

Open tclain-pillar opened 10 months ago

tclain-pillar commented 10 months ago

https://github.com/trpc/trpc/pull/5067 is breaking this integration (got pickup by my CI yesterday) and caused a 6 hours outage on production as it was not reproducible locally.

I have reported the problem upstream: https://github.com/trpc/trpc/pull/5067#issuecomment-1823591876

KATT commented 10 months ago

6 hours outage

😬 so sorry about it

looking at it 👀 https://github.com/trpc/trpc/issues/5089

struggling to reproduce in my tests, would love some assistance so we can add a regression test

rafaell-lycan commented 9 months ago

@tclain-pillar this is now fixed 👍

maddsua commented 9 months ago

6 hours 💀💀💀

Damn, sorry for breaking ur stuff man.

I just checked in repl real quick and your URLs seem to work just fine. Am I missing something?