-
Notifications
You must be signed in to change notification settings - Fork 519
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
attachments and images not loading after update to 1.8.103 #3453
Comments
Awesome, I wasn't aware headers had to be enabled, that fixed it. Thanks for the rapid help! |
Hi there, I have a similar problem, which may or may not be connected to the update (because unsure if it was happening before), I cannot upload images to a conversation, Freescout says "Error occurred. Please try again later." Browser console says the HTTP response is "413 Request Entity Too Large." I've updated the nginx conf as here, and restarted, but issue still appears. System is:
I have large settings in php.ini for use with Nextcloud on the same system:
Any ideas? I also have the |
It's not related to the current issue. See https://github.com/freescout-helpdesk/freescout/wiki/Installation-Guide#-error-when-uploading-attachments-client-intended-to-send-too-large-body |
Ah, yes. Thank you. Thank you! |
Yes, added. |
I still get this error in the browser console when trying to load external images:
How can I fix that? I'm still on 1.8.103 |
The error is not related to external images. Create a new issue. |
Hey,
after updating yesterday (using git pull) to the latest version every request for attachments or image files results in an http 500 error.
PHP version: PHP 8.2.11
FreeScout version: 1.8.103
What I see in /var/log/apache/access.log
[12/Oct/2023:10:15:01 +0000] "GET /storage/mailboxes/871b1aec.png HTTP/1.1" 500 5149 "https://mail.x.x/mailbox/10/162" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36"
The actual files do exists, permissions seem to be fine as well, I ran "chown -R www-data:www-data /var/www/html" as well to debug.
The laravel.log is clean, so is the apache error.log. I use cloudflare but have purged cache and disabled it completely, didn't help.
I have no idea whats wrong, any tips how to debug this?
The text was updated successfully, but these errors were encountered: