-
Notifications
You must be signed in to change notification settings - Fork 510
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
Received attachments (mostly images) are not working #3431
Comments
|
Following up on behalf of @PepeGonzalesNFC.
Our environment is based on the helm chart linked on your installation page, with a couple of tweaks to enable the container's Postgresql support. Freescout is behind a simple nginx ingress controller. |
So now you need to figure out why
|
Alright, with some investigation we have found a solution. Our initial suspicion was that it could be something in freescout, as the rest of our infrastructure is rather simple. We don't do anything special. The issue turned out to be a combination of our Cloudflare CDN cache and the default caching rules sent by the docker container nginx config. This caused a few issues with how Freescout saw the incoming asset request. We disabled the CDN cache for the support desk, which resolved the issue. From our perspective the issue can be closed then. |
PHP version: 8.2.10
FreeScout version: 1.8.100
For some reason, we are getting an Access Denied message for all attachments that we receive via email. It is very strange.
Here is a URL that gives access denied: https://support.domain.org/storage/attachment/4/9/1/image.png?id=&token=
Here is a URL that works (just change the image.png file extension to any extension that does not exist): https://support.domain.org/storage/attachment/4/9/1/image.pnga?id=&token=
I am unsure if this is a bug from the system itself or a module.
The text was updated successfully, but these errors were encountered: