You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OG images are currently not displaying correctly due to a font issue within the Docker environment. The fonts appear to be missing or not found in the Docker image, despite working fine on my local system.
Steps to Reproduce:
Generate an OG image within the Docker environment.
Observe the image and note the absence or incorrect display of fonts.
Expected Behavior: Fonts should display correctly in the OG image as they do on the local system.
Actual Behavior: Fonts are missing or incorrectly displayed in the Docker-generated OG images.
Possible Cause: The issue might be related to missing or misconfigured font files within the Docker image.
Suggested Solution:
Verify if the necessary font files are included in the Docker image.
Check the configuration paths to ensure that the application can correctly locate the fonts.
The text was updated successfully, but these errors were encountered:
loftwah
changed the title
OG images are broken investigate and fix
OG Images Not Displaying Correctly - Investigate and Fix Font Issue in Docker
Sep 23, 2024
OG images are currently not displaying correctly due to a font issue within the Docker environment. The fonts appear to be missing or not found in the Docker image, despite working fine on my local system.
Steps to Reproduce:
Expected Behavior: Fonts should display correctly in the OG image as they do on the local system.
Actual Behavior: Fonts are missing or incorrectly displayed in the Docker-generated OG images.
Possible Cause: The issue might be related to missing or misconfigured font files within the Docker image.
Suggested Solution:
The text was updated successfully, but these errors were encountered: