Skip to content

Commit 2181973

Browse files
committed
Fix issue #10978
1 parent 7102af8 commit 2181973

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • content/en/docs/marketplace/platform-supported-content/modules/document-generation

content/en/docs/marketplace/platform-supported-content/modules/document-generation/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ If you encounter a `DocGenWaitForContentException` exception with error code `DO
3838

3939
| Error message | Potential reasons |
4040
| ---------------------------------------- | ------------------------------------------------------------ |
41-
| "Failed while waiting for page content." | <ul><li>The required `Enable PDF export` design property is not set to *Yes* for the page you are trying to export to PDF.</li></ul><ul><li>Loading the page failed or took too much time. When this occurs, verify that the page loads successfully within the fixed timeout of 30 seconds and does not trigger any client errors. To verify this, we recommend temporarily adding the page to, for example, the app navigation.</li></ul><ul><li>A widget or add-on is being used in the `index.html` file that performs long polling network requests. This is not supported, since the document generation service waits until there are no more pending network requests.</li></ul> |
41+
| "Failed while waiting for page content." | <ul><li>The required `Enable PDF export` design property is not set to *Yes* for the page you are trying to export to PDF.</li><li>Loading the page failed or took too much time. When this occurs, verify that the page loads successfully within the fixed timeout of 30 seconds and does not trigger any client errors. To verify this, we recommend temporarily adding the page to, for example, the app navigation.</li><li>A widget or add-on is being used in the `index.html` file that performs long polling network requests. This is not supported, since the document generation service waits until there are no more pending network requests.</li><li>The [configuration steps](/appstore/modules/document-generation/installation-configuration/#configuration) have not been correctly or entirely followed.</li></ul> |
4242

4343
#### Navigation Exception
4444

0 commit comments

Comments
 (0)