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
Copy file name to clipboardExpand all lines: content/en/releases/5_0_3.md
+1-12Lines changed: 1 addition & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,18 +10,7 @@ description:
10
10
11
11
## Highlights
12
12
13
-
This release fixes a bug when an instance has one or more users with a large amount of documents (over 150,000). Deployments that suffer from this bug will see an error in the API logs:
14
-
15
-
```
16
-
2026-04-01T06:30:14.828 ERROR: Server error: RangeError: Maximum call stack size exceeded
17
-
at getDocsByReplicationKeyNouveau (/service/api/src/services/authorization.js:640:10)
18
-
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
19
-
at async Object.getContext (/service/api/src/services/replication.js:10:32)
20
-
at async getDocIds (/service/api/src/controllers/replication.js:7:23) {
21
-
[stack]: [Getter/Setter],
22
-
[message]: 'Maximum call stack size exceeded'
23
-
}
24
-
```
13
+
This release fixes a bug when an instance has one or more users with a large amount of documents (over 150,000). Deployments that suffer from this bug will see an error in the API logs (`Maximum call stack size exceeded`). See the ticket below for more details.
Copy file name to clipboardExpand all lines: content/en/releases/5_1_1.md
+1-12Lines changed: 1 addition & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,18 +10,7 @@ description:
10
10
11
11
## Highlights
12
12
13
-
This release fixes a bug when an instance has one or more users with a large amount of documents (over 150,000). Deployments that suffer from this bug will see an error in the API logs:
14
-
15
-
```
16
-
2026-04-01T06:30:14.828 ERROR: Server error: RangeError: Maximum call stack size exceeded
17
-
at getDocsByReplicationKeyNouveau (/service/api/src/services/authorization.js:640:10)
18
-
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
19
-
at async Object.getContext (/service/api/src/services/replication.js:10:32)
20
-
at async getDocIds (/service/api/src/controllers/replication.js:7:23) {
21
-
[stack]: [Getter/Setter],
22
-
[message]: 'Maximum call stack size exceeded'
23
-
}
24
-
```
13
+
This release fixes a bug when an instance has one or more users with a large amount of documents (over 150,000). Deployments that suffer from this bug will see an error in the API logs (`Maximum call stack size exceeded`). See the ticket below for more details.
0 commit comments