You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed Phraseanet on a mac using docker, and I changed MAX_BODY_SIZE to 20G in .env file to allow big files. Although the uploader accepts big files (more than 1G), after uploading finishes the error message shows "Unable to add files to Phraseanet". Any idea how to fix it?
Thanks,
Y
i
The text was updated successfully, but these errors were encountered:
Hello, check the message in the logs/app_error_xxxx-xx-xx.log file and/or the response return in the browser
it seems to be a write permission or remaining space on the disk issue.
Hello, there's no related error message in app_error xxx .log, and not sure how to check response in browser. Again, it only occurs when file is bigger than 1G, I have manually copy file to asset folder, it seems ok. Any idea how to debug the problem?
Hello,
I installed Phraseanet on a mac using docker, and I changed MAX_BODY_SIZE to 20G in .env file to allow big files. Although the uploader accepts big files (more than 1G), after uploading finishes the error message shows "Unable to add files to Phraseanet". Any idea how to fix it?
Thanks,
Y
i
The text was updated successfully, but these errors were encountered: