Originally created by @jacoknapp on GitHub (Nov 25, 2023).
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I had an image that stopping appearing correctly on my phone for whatever reason, for the large format image. Image worked fine on other devices etc. the only way to clear the image cache was to delete the app and reinstall it.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Can you add a button to clear out any local image cache.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Originally created by @jacoknapp on GitHub (Nov 25, 2023).
### Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I had an image that stopping appearing correctly on my phone for whatever reason, for the large format image. Image worked fine on other devices etc. the only way to clear the image cache was to delete the app and reinstall it.
### Describe the solution you'd like
A clear and concise description of what you want to happen.
Can you add a button to clear out any local image cache.
### Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
### Additional context
Add any other context or screenshots about the feature request here.
This appears to actually to be a caching issue with the images. The images don't load if cached on a caching provider unless the cache is cleared
@jacoknapp commented on GitHub (Dec 5, 2023):
This appears to actually to be a caching issue with the images. The images don't load if cached on a caching provider unless the cache is cleared
I have mod_cache on an Apache instance as a reverse proxy, and for whatever reason the images don't like it.
@jacoknapp commented on GitHub (Dec 6, 2023):
I have mod_cache on an Apache instance as a reverse proxy, and for whatever reason the images don't like it.
Usually this means a difference between how long the cache header exists and how long the app wants to reference it without running a fetch
@jacoknapp commented on GitHub (Dec 6, 2023):
Usually this means a difference between how long the cache header exists and how long the app wants to reference it without running a fetch
I'm using the default settings so it should be set by the cache control header. I would say ABS fix, but not a high priority one. This is such a small use case that i would backlog it, and wouldn't let it impact a release.
@jacoknapp commented on GitHub (Dec 7, 2023):
I'm using the default settings so it should be set by the cache control header. I would say ABS fix, but not a high priority one. This is such a small use case that i would backlog it, and wouldn't let it impact a release.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @jacoknapp on GitHub (Nov 25, 2023).
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I had an image that stopping appearing correctly on my phone for whatever reason, for the large format image. Image worked fine on other devices etc. the only way to clear the image cache was to delete the app and reinstall it.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Can you add a button to clear out any local image cache.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
@jacoknapp commented on GitHub (Dec 5, 2023):
This appears to actually to be a caching issue with the images. The images don't load if cached on a caching provider unless the cache is cleared
@advplyr commented on GitHub (Dec 5, 2023):
I'm not sure what you mean. Did you resolve the issue?
@jacoknapp commented on GitHub (Dec 6, 2023):
I have mod_cache on an Apache instance as a reverse proxy, and for whatever reason the images don't like it.
@jacoknapp commented on GitHub (Dec 6, 2023):
Usually this means a difference between how long the cache header exists and how long the app wants to reference it without running a fetch
@advplyr commented on GitHub (Dec 6, 2023):
Is this something that Abs needs to fix or is it an issue on your end?
@jacoknapp commented on GitHub (Dec 7, 2023):
I'm using the default settings so it should be set by the cache control header. I would say ABS fix, but not a high priority one. This is such a small use case that i would backlog it, and wouldn't let it impact a release.