workers-sdk: 🐛 BUG: `wrangler pages dev` throws 404 for URL with unicode character

What version of Wrangler are you using?

2.0.15

(edit: issue persists in 2.0.24)

What operating system are you using?

Linux

Describe the Bug

A directory with name ń (%C5%84) is served correctly with wrangler pages publish, but throws a 404 when accessed with wrangler pages dev.

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 16 (2 by maintainers)

Most upvoted comments

This issue seems to be present for ALL filenames that are url-encoded? Even files with spaces in the names 404.

After some testing, this is not a wrangler issue, but instead a miniflare issue. I have created an issue on their repo, and would recommend you follow that instead 🙂

I am having the same issue.