You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The url 'http://localhost:3000/app/abc/' is resolved correctly.
But the same url with any searchParams like 'http://localhost:3000/app/abc/?' is not resolved, sending 404.
Describe the bug
The event path and pathname are updated incorrectly by the set pathname, when called from the withBase function.
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered:
Environment
Node.js v20.17.0
[email protected]
Reproduction
Given this simple H3-nightly app running on node.js-
The url
'http://localhost:3000/app/abc/'
is resolved correctly.But the same url with any searchParams like
'http://localhost:3000/app/abc/?'
is not resolved, sending 404.Describe the bug
The event path and pathname are updated incorrectly by the
set pathname
, when called from thewithBase
function.Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: