Skip to content

Images are shown black & white only #106

@Soljanka

Description

@Soljanka

Hi there,

I do have the strange issue that images are only shown black & white as seen in the image below. I did try different browsers and different machines without any luck. Using any of the public instances does show the images in color as it is supposed to be. I don't get any errors starting the container. This is all I get looking at the console.

ready - started server on 0.0.0.0:3000, url: http://localhost:3000
warn  - You have enabled experimental features (images, isrMemoryCacheSize) in next.config.mjs.
warn  - Experimental features are not covered by semver, and may cause unexpected or broken application behavior. Use at your own risk.

info  - SWC minify release candidate enabled. https://nextjs.link/swcmin
Image

this is my docker compose file

services:
    libremdb:
        container_name: libremdb
        ports:
            - 3000:3000
        env_file:
            - libremdb.env
        image: ghcr.io/zyachel/libremdb:main

this is my env-file:

NEXT_TELEMETRY_DISABLED='1'
NEXT_PUBLIC_URL=http://chaneira:3000
AXIOS_USERAGENT='Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0'
AXIOS_ACCEPT='text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8'
AXIOS_LANGUAGE='de-DE,de;q=0.5'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions