Open
Description
Steps to Reproduce:
- Add a site with Chinese name in .upptimerc.yml (e.g., name: "鸭鸭梨")
# Configuration example:
sites:
- name: "鸭鸭梨"
url: https://example.com
-
Execute Upptime status checks (via GitHub Actions or local run)
-
Access the Upptime status page (e.g., https://upptime.yayal.cc)
-
Click on the site card with Chinese name
-
Observe blank History page display
Expected Behavior: -
Should generate corresponding Chinese-named configuration file (e.g., history/鸭鸭梨.yml)
-
History timeline data should load normally
Actual Behavior:
- No corresponding Chinese-named YAML file created in history directory
- Frontend console shows 404 File Not Found error
- History page displays white screen without data
SCREENSHOTS
Environment Information:
- OS: Windows 11
- Browser: Google Chrome
- Version: Latest stable (134.0.6998.178)
Additional Context:
English-named sites work normally (e.g., name: "wikipedia" generates history/wikipedia.yml)