-
-
Notifications
You must be signed in to change notification settings - Fork 404
Loading external image attachment thumbnail fails #1543
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
Comments
Thanks for reporting @georgetsagko. Hmm you're confident in your MinIO setup? No tight connection limit set? Anything suspicious in the logs either of MinIO or Grist? Sounds like the images are present in the bucket, but there's some issue serving them. Is there any kind of reverse proxy involved that could have its own limits? @Spoffy any thoughts on debugging this? |
Thank you, @paulfitz, for your reply. The Grist log has no errors and show all the calls for the files (debug). The images that are loading are shown at the (info) inside the log. The thumbnails that are not loading are missing from the info log.
The minio log shows only the loaded images
|
I solved this problem after several hours of debugging. Running locally the grist without docker everything was working fine. Running with Docker problem exists. Putting the local IP of minio container instead of the name solved the problem, but I cannot understand why. |
Describe the current behavior
Hello,
I use the self-hosted Grist, using external image attachments to Minio. When I open the page for the first time, some of the thumbnails do not have a preview, showing this:
Steps to reproduce
Some unloaded thumbnails can be opened correctly by clicking on them, but others are not loading at all. If I reload the page, more thumbnails load each time. After repeating the process several times, all the thumbnails are loading correctly. Ultimately, when all thumbnails are displayed, everything opens correctly.
Describe the expected behavior
No response
Where have you encountered this bug?
Instance information (when self-hosting only)
Version: 1.5.0
Installation mode: docker
Minio:RELEASE.2025-03-12T18-04-18Z
The text was updated successfully, but these errors were encountered: