Description
Hello, I did install .NET 9.0 SDK.
Change appsettings for SQLServer, when running I got an error on line 137, which I included line using Microsoft.EntityFrameworkCore.Storage.ValueConversion;.
Now when running the project I get error 414 or 400 "FluentCMS.Web.ApiClients.ApiClientException: 'The HTTP status code of the response was not expected (414).'" on line 6981 for System.Threading.Tasks.Task GetByUrlAsync function.
Is this issue related to the empty database, based on the fact that pages are dynamic?
Thanks