[object Object] when uploading larger files #1091

Closed
opened 2026-02-04 23:44:00 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @bricew25 on GitHub (Mar 15, 2019).

Describe the bug
When uploading larger files, such as powerpoint, I will get a [object Object] error. I have changed Nginx and PHP upload size limits along with time out limits.

Steps To Reproduce
Steps to reproduce the behavior:

  1. Go to your page
  2. Open right side bar to upload file
  3. Wait for file upload to complete
  4. File upload error [object Object] occurs (see screenshot below)

Expected behavior
I expected the 173mb file to upload to the page without errors.

Screenshots
https://imgur.com/a/aUDstCp

Your Configuration (please complete the following information):

  • Exact BookStack Version (Found in settings): v0.25.0
  • PHP Version: 7.0.33
  • Hosting Method (Nginx/Apache/Docker): Nginx
Originally created by @bricew25 on GitHub (Mar 15, 2019). **Describe the bug** When uploading larger files, such as powerpoint, I will get a [object Object] error. I have changed Nginx and PHP upload size limits along with time out limits. **Steps To Reproduce** Steps to reproduce the behavior: 1. Go to your page 2. Open right side bar to upload file 3. Wait for file upload to complete 4. File upload error [object Object] occurs (see screenshot below) **Expected behavior** I expected the 173mb file to upload to the page without errors. **Screenshots** https://imgur.com/a/aUDstCp **Your Configuration (please complete the following information):** - Exact BookStack Version (Found in settings): v0.25.0 - PHP Version: 7.0.33 - Hosting Method (Nginx/Apache/Docker): Nginx
Author
Owner

@bricew25 commented on GitHub (Mar 29, 2019):

Increasing the following in php.ini fixed my issue. Closing the issue.

max_input_time
memory_limit
max_execution_time

@bricew25 commented on GitHub (Mar 29, 2019): Increasing the following in php.ini fixed my issue. Closing the issue. max_input_time memory_limit max_execution_time
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#1091