Current Issues that users might run into in the current released version
Timebase Historian
- AntiForgery error message
In v1.0 running on Docker (Linux) users can receiving an error message "Microsoft.AspNetCore.Antiforgery.DefaultAntiforgery: An exception was thrown while deserializing the token" This is caused by the Historian UI Component starting up for the first time.
app.UseAntiForgery() is required to run Blazor Components Prevent Cross-Site Request Forgery (XSRF/CSRF) attacks in ASP.NET Core | Microsoft Learn
The reason it happens in Docker is because the default key is created internally in the container, and needs to be recreated every time a new container is created.
This will not influence the operation of the Timebase Historian