Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Impossible to export #5272

Open
2 tasks done
Mikhail7196 opened this issue Oct 16, 2024 · 5 comments
Open
2 tasks done

Impossible to export #5272

Mikhail7196 opened this issue Oct 16, 2024 · 5 comments

Comments

@Mikhail7196
Copy link

Attempted Debugging

  • I have read the debugging page

Searched GitHub Issues

  • I have searched GitHub for the issue.

Describe the Scenario

When I try to export my book in .pdf or . html file, an error appears: "504 - Gateway Timeout. That's an error. We did not receive a timely response from the upstream server." Maybe it is because of the large size of the exported book, but I am not sure.
504

Exact BookStack Version

v24.02.3

Log Content

No response

Hosting Environment

PHP 8.1.29, CentOS 7 nginx+apache

@ssddanbrown
Copy link
Member

How long does it take before timing out?
Typically this will be due to timeouts set at the webserver level (and any proxies/servers in front of that).
Exports can take a while, depending on host resources and exact content.

@Mikhail7196
Copy link
Author

How long does it take before timing out? Typically this will be due to timeouts set at the webserver level (and any proxies/servers in front of that). Exports can take a while, depending on host resources and exact content.

5-8 minutes.

@ssddanbrown
Copy link
Member

That's quite a while, what kind of hardware/resources is the system running? And what kind of scale is this book at? (number of pages and general page length)

@Mikhail7196
Copy link
Author

That's quite a while, what kind of hardware/resources is the system running? And what kind of scale is this book at? (number of pages and general page length)

  • Windows 10, ver. 22H2, OS build 19045.4894;
  • Intel(R) Core(TM) i5-7400 CPU @ 3.00GHz 3.00 GHz;
  • RAM 16 GB;
  • Intel(R) HD Graphics 630;
  • 53 pages;
  • general page length: max. - 37 918 symbols (including spaces and images); min - 1863 symbols (including spaces and images)

@ssddanbrown
Copy link
Member

Might be something specific within the content that's causing things to stall.
Otherwise shouldn't be taking that long.
Would really need to go through the specific pages and reduce them down to isolate the specific cause of what might be affecting the book export.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants
@ssddanbrown @Mikhail7196 and others