ActiveDirectory: TypeError: Cannot convert undefined or null to object (workaround) · Issue #60 · progamma/cloud-connector · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Verificando con un cliente di Pro Gamma l'uso del plugin ActiveDirectory ci siamo imbattuti in questo issue del plugin.
La cosa è risolvibile con un override nel package.json: "overrides": { "activedirectory": { "ldapjs": "2.3.3" } }
Ho pensato di aggiungere questa issue per segnalare il workaround anche ad altri che possono aver avuto lo stesso problema, oppure per valutare una modifica a questo repo.
The text was updated successfully, but these errors were encountered:
giuseppelanzi
changed the title
Bug active directory risolvibile con patch package.json
ActiveDirectory: TypeError: Cannot convert undefined or null to object (workaround)
May 18, 2023
Verificando con un cliente di Pro Gamma l'uso del plugin ActiveDirectory ci siamo imbattuti in questo issue del plugin.
La cosa è risolvibile con un override nel package.json:
"overrides": { "activedirectory": { "ldapjs": "2.3.3" } }
Ho pensato di aggiungere questa issue per segnalare il workaround anche ad altri che possono aver avuto lo stesso problema, oppure per valutare una modifica a questo repo.
The text was updated successfully, but these errors were encountered: