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
I activated LDAP and triggered a synchronization. After the sync, I noticed that the system created a "personnel project" for each LDAP user in the database.
As a result, on the n8n dashboard page, all personnel projects are loaded without pagination or filtering on initial load. Since a project is created per user by ldap sync, a large amount of data is fetched into memory, causing a significant increase in browser RAM usage.
endpoint path : /rest/projects
To Reproduce
Activate LDAP
Start Ldap Sync
Go to dashboard
Check memory usage of browser
Check loaded data into memory from /rest/projects endpoint
Expected behavior
Endpoint should filter only related user project
Operating System
ubuntu
n8n Version
1.93.0
Node.js Version
Database
PostgreSQL
Execution mode
main (default)
The text was updated successfully, but these errors were encountered:
Bug Description
I activated LDAP and triggered a synchronization. After the sync, I noticed that the system created a "personnel project" for each LDAP user in the database.
As a result, on the n8n dashboard page, all personnel projects are loaded without pagination or filtering on initial load. Since a project is created per user by ldap sync, a large amount of data is fetched into memory, causing a significant increase in browser RAM usage.
endpoint path : /rest/projects
To Reproduce
Expected behavior
Endpoint should filter only related user project
Operating System
ubuntu
n8n Version
1.93.0
Node.js Version
Database
PostgreSQL
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: