Hi Guys,
mit Blazor Wasm project is working localy.
So i published it on the server and run the ReportViewer:
Unable to get report parameters. An error has occurred. Type: Telerik.Reporting.ReportSerialization.Current.ReportSerializable`1[Telerik.Reporting.Report]
In Browser Dev:
The Server was a Linux Server with Docker. I installed
sudo apt-get update sudo apt-get install -y libfreetype6 sudo apt-get install -y libfontconfig1
sudo apt-get install libc6-dev sudo apt-get install libgdiplus
added this: Telerik.Drawing.Skia
and
RUN apt-get update \
&& apt-get install -y --allow-unauthenticated \
libc6-dev \
libgdiplus \
libx11-dev \
&& rm -rf /var/lib/apt/lists/*
so all packages installed like tutorial and another forum posts i found. I used the demo all same. have someone an idea?
Best Regards
Serkan