-
Notifications
You must be signed in to change notification settings - Fork 29.2k
Open
Milestone
Description
Bug report
Pages with utf-8 non-ASCII characters in their name don't work properly under SSR
Describe the bug
Pages with utf-8 non-ASCII characters in their name work just fine with client-side navigation,
but when rendered on server side return "404 This page could not be found."
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
- Create page 'pages/тест.js'
- Navigate to http://localhost:3000/тест
- See error "404 This page could not be found."
Expected behavior
I'm expecting to see page 'pages/тест.js' rendered
System information
- OS: Windows
- Version of Next.js: 9.1.7
Additional context
Minimal repository to reproduce bug: https://github.com/frei-0xff/nextjs-utf8-pagename
jonrh, neo-sam, fillon, tyteen4a03, lime and 22 moreroiscamp, Rhodanthe1116, codenomnom and Cierra-Runis
Metadata
Metadata
Assignees
Labels
No labels