-
Bug
-
Resolution: Fixed
-
Medium
-
18
-
Severity 3 - Minor
-
16
-
Issue Summary
While trying to perform a custom page export for a page in a space with more than 5000 pages, an error is returned:
The payload for this space export exceeded current limit. Please remove/migrate some pages from this space and retry or do a full export instead. If none of the mentioned method works, please contact your administrator for help.
Steps to Reproduce
- Go to space setting
- Go to Content tools> export> custom export
- Select a single page from the space (or a page with a couple of child pages)
- Click export.
Expected Results
The page(s) is exported successfully.
Actual Results
The page fails to export with the error
The payload for this space export exceeded current limit. Please remove/migrate some pages from this space and retry or do a full export instead. If none of the mentioned method works, please contact your administrator for help.
Backend log:
Cannot export space spacekey <KEY> because the payload size exceeds the current char limit of 32768
The backend log can be also displayed in the UI.
Workaround
Use a full space export instead
- mentioned in
-
Page Loading...