sintaxi / surge

CLI for the surge.sh CDN
https://surge.sh
2.85k stars 136 forks source link

'project not found' when using utf-8 characters #325

Closed cipman closed 6 years ago

cipman commented 6 years ago

I get project not found if I use some utf-8 characters for folder names. I had a surge.sh website made with jekyll running until about 10 days ago. Today I got project not found instead of the home page. So something happened in last 10 days or so on surge.sh servers.

To reproduce:

  1. deploy, upload and test a `jekyll' project as per https://surge.sh/help/deploying-a-jekyll-project
  2. edit the [year]-[month]-[date]-welcome-to-jekyll.markdown file from the _posts folder of the project and change the categories: jekyll update line to categories: țțț
  3. build and deploy the project again on [the same or another] surge.sh subdomain
  4. you will get a project not found when testing the new website.

For a quick test, I uploaded a website created as above to http://issue325.surge.sh/

Thank you.

cipman commented 6 years ago

I just checked and it seems the issue has been fixed, http://issue325.surge.sh/ is now showing what it should. I'll close this issue but won't teardown the above website for a while. Thanks whoever fixed it.