What version of Wrangler are you using?
2.1.8
What operating system are you using?
Windows 10 21H2
Describe the Bug
it seems that URL http://127.0.0.1:8788/gh/https://example.org will not match any of these path patterns, but http://127.0.0.1:8788/gh/https:/example.org (just one / after https:) will match /functions/gh/[[path]].ts.

It doesn't enter any functions, but just fetched index.html in root dir.
Dev server started using command npx wrangler pages dev .
What version of
Wranglerare you using?2.1.8
What operating system are you using?
Windows 10 21H2
Describe the Bug
it seems that URL
http://127.0.0.1:8788/gh/https://example.orgwill not match any of these path patterns, buthttp://127.0.0.1:8788/gh/https:/example.org(just one / after https:) will match/functions/gh/[[path]].ts.It doesn't enter any functions, but just fetched
index.htmlin root dir.Dev server started using command
npx wrangler pages dev .