Daz
Daz
CC#
Created by Daz on 7/15/2024 in #help
Docker - .NET 8.0 UTF-8 Problem
does anybody knows if there's a known problem with the docker image for .NET 8.0 where it can't handle special characters for spanish (and probably other languages)? I attached my dockerfile. I'm getting this response, for example '{ "title": "Inicio de sesi�n inv�lido.", "status": 409} with the response header ' content-type: application/problem+json; charset=utf-8 ' This never happened to me on my local environment, neither in production on a Ubuntu VM. This only happens when I try to use it in docker.
3 replies