requarks / wiki

Wiki.js | A modern and powerful wiki app built on Node.js
https://js.wiki
GNU Affero General Public License v3.0
24.01k stars 2.63k forks source link

Image file upload fails #66

Closed KimDaesap closed 7 years ago

KimDaesap commented 7 years ago

Uploading an image several times will cause file uploads to fail. After the failure, file was created in the wiki's repo path.

  1. Select upload file issue-01

  2. Upload failed issue-02

  3. Wiki's repo issue-03

efimlosev commented 7 years ago

Do you use any proxy like Nginx?

KimDaesap commented 7 years ago

No, local network environment. We will test the cause of the more accurate occurrence. Maybe the problem is caused by uploading a Korean file name.

StevenH001 commented 7 years ago

I had this same issue as well. Mine was due to the Node.exe cmd window being closed out of. Yours may be different, but its worth a check.

NGPixel commented 7 years ago

The Unable to fetch updated listing error occurs when the thumbnail could not be generated within 10 seconds (after upload). So it's possible the thumbnail process eventually completed and would be available if you closed and re-opened the image manager.

Adding a more verbose error would most likely help identify the cause.

KimDaesap commented 7 years ago

Sorry, this is my mistake. I closed the Node cmd window with no output, which is a problem. Resolved.

issue-04

reidaragasoster commented 6 years ago

I have the same issue. But I'm running in docker ( compose) . Any tips ? I can se the files are uploaded in /data/temp-upload in in wikijs container.