mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-08 12:08:14 -05:00
Without quotes, the property can be mistakenly treated as a regex: e.g.: URL: /pgadmin/browser/, When that happens, JS engine throws "SyntaxError: invalid regular expression flag b" and the whole web interface freezes. This problem usually occurs when pgadmin is hosted inside a subdirectory (https://host/pgadmin/ instead of https://host/).