Error on uploading avatar or cropping image | cacheableLookup ENOTFOUND #14540
Replies: 1 comment
-
It was the server DNS resolution having issues with the object storage public address that caused the problem. To solve we had to make some changes on the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
💡 Summary
We initially noticed this issue when trying to upload an avatar for a newly created account. Later, we found out that the error also occurs when attempting to crop an image.
This issue arises whether uploading a new image or selecting one from the drive. The error happens even if no cropping is done while changing the avatar.
When a new image is uploaded, the full-resolution image is successfully uploaded to the drive, but it cannot be used.
It's a docker compose installation using the vanilla Docker Hub Image
tag: 2024.8.0
and with a object storage setup functional.🥰 Expected Behavior
Change avatar:
Crop image during a post:
🤬 Actual Behavior
When trying to change the avatar, whether uploading a new image or selecting one from the drive, the operation completes, but I receive a broken image reference.
If I attempt to crop the image, the new window shows a blurred placeholder, and the full image never loads for cropping.
Server log 1
Browser Console log 1
Server log 2
Browser Console log 2
Server log 3
Browser Console log 3
All images referenced in the logs are still in storage and can be accessed by pasting the URLs into the browser.
📝 Steps to Reproduce
Change avatar:
Upload a new picture or select one from the drive
💻 Frontend Environment
🛰 Backend Environment (for server admin)
Do you want to address this bug yourself?
Beta Was this translation helpful? Give feedback.
All reactions