fix(cache): respect original h3's decoded path in swr handler#4386
fix(cache): respect original h3's decoded path in swr handler#4386Tofandel wants to merge 1 commit into
Conversation
|
@Tofandel is attempting to deploy a commit to the Nitro Team on Vercel. A member of the Team first needs to authorize it. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🔗 Linked issue
nuxt/nuxt#35447
❓ Type of change
📚 Description
We copy the original h3 event's path to the newly created event, as h3 internally in it's handlers decodes the req.url, but using createEvent does not do that, meaning the new event has a url encoded url while the old event has a decoded url
📝 Checklist