Hello everyone!
I’m getting the following error when using the Get Mail function:
Get Mail: Methode nicht gefunden: “System.Threading.Tasks.ValueTask`1<System.__Canon> System.Text.Json.JsonSerializer.DeserializeAsync(System.IO.Stream, System.Text.Json.JsonSerializerOptions, System.Threading.CancellationToken)”.
The function has worked fine so far. Sending emails works perfectly. Where could the problem be now?
Hello @peter.kloeckner This means the runtime environment is trying to call a method that exists in your build-time version of System.Text.Json, but not in the one actually loaded at runtime. Match the version then republish this might helps you.