hi
The Icelandic doesn't exist in the template project.
Did you add it manually?
hi
Can you try to upgrade to v8.1.4 and try again.
hi
Please share the logs in the Logs.txt and also try to upgrade the IdentityModel packages to the latest.
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="7.5.1" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="7.5.1" />
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="7.5.1" />
hi
Can you explain what is your needs for the Worker Project?
Thanks.
hi
Can you share the logs?
Set log level to Debug.
public class Program
{
public async static Task<int> Main(string[] args)
{
Log.Logger = new LoggerConfiguration()
.MinimumLevel.Debug()
.MinimumLevel.Override("Microsoft.EntityFrameworkCore", LogEventLevel.Warning)
.Enrich.FromLogContext()
.WriteTo.Async(c => c.File("Logs/logs.txt"))
.WriteTo.Async(c => c.Console())
.CreateLogger();
hi
Please use the latest IdentityModel packages in the HttpApi.Host project.
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="7.5.1" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="7.5.1" />
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="7.5.1" />
https://github.com/abpframework/abp/issues/20145#issuecomment-2202052771
hi
After updating all csproj file manually lots of error occur now in solution as below:
You can change your code according to the error messages, the new version have some breaking changes.
hi
You can update the package version manually. Open your solution in vs code, search the packages, and replace it in all csproj files.