hi
There is no such change in the new version.
hi
Enable EF Core logs to see what happened.
public class Program
{
public async static Task<int> Main(string[] args)
{
Log.Logger = new LoggerConfiguration()
.MinimumLevel.Debug()
.MinimumLevel.Override("Microsoft", LogEventLevel.Information)
.Enrich.FromLogContext()
.WriteTo.Async(c => c.File("Logs/logs.txt"))
.WriteTo.Async(c => c.Console())
.CreateLogger();
Of course. The password in the whole solution will be matched.
Yes, The studio will use same command to create pfx file.
hi
This is bug of studio, We will fix it in next version.
👍
If you like, you can post your article to abp community.
https://abp.io/community/posts/submit
hi
You can configure the Forwarded headers
for your app.
https://abp.io/support/questions/1950/How-to-use-a-custom-HTTP-header-to-get-the-client-remote-IP-address
https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/proxy-load-balancer?view=aspnetcore-8.0