-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Open
Labels
Description
Describe the bug
Adding a host that uses a UUID v5 for subdomain crashes the page (js).
Nginx Proxy Manager Version
v2.9.12
To Reproduce
Steps to reproduce the behavior:
- Go to proxy hosts (/nginx/proxy) and click to add a new proxy host
- In the domain names paste the following
1f5245c1-e426-5181-9d6d-e4a1b80150a6and type.. The page crashes (javascript gets stuck to infinite loop and eventually chrome asks to kill the page).1f5245c1-e426-5181-9d6d-e4a1b80150a6is a UUID v5 for whatever.example.com (can easily generate more for experimentation from https://www.uuidtools.com/v5). My idea was to put some UUIDv5 as subdomain.
Expected behavior
Continue typing and hit enter to turn it into an entry (tag)
Operating System
Unraid
Additional context
The problem appears to be with selectize. However, because the page crashes it makes it impossible to add the entry.
Workaround: type somewhere the complete host and copy-paste (example, copy-paste the following1f5245c1-e426-5181-9d6d-e4a1b80150a6.example.com will not crash the js)

