Using special character "ä" in Site name returns Server Error #19286
Answered
by
jeremystretch
GibsonSWE
asked this question in
Help Wanted!
-
Deployment TypeSelf-hosted NetBox Versionv4.0.7 Python Version3.10 Steps to Reproduce
Expected BehaviorI expect a name field to allow special characters. Observed BehaviorThe browser returns a Server Error with the following exception: `<class 'django.db.utils.NotSupportedError'> conversion between UTF8 and SQL_ASCII is not supported Python version: 3.10.12 |
Beta Was this translation helpful? Give feedback.
Answered by
jeremystretch
Apr 23, 2025
Replies: 1 comment 1 reply
-
This happens because your SQL database is using ASCII encoding. See #18333 for tips on converting to UTF8. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
GibsonSWE
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This happens because your SQL database is using ASCII encoding. See #18333 for tips on converting to UTF8.