hi
There are two URLs
https://webap-fbteammanagement-we1-int.azurewebsites.net/ https://int-fbteammgmt.lpl-cloud.com/
The logs show you are accessing the https://webap-fbteammanagement-we1-int.azurewebsites.net/
But the Auzre login redirect URL is https://int-fbteammgmt.lpl-cloud.com/
Why are you not using https://webap-fbteammanagement-we1-int.azurewebsites.net/ as the redirect URL?
Thanks.
请检查下dotnet publish后的发布文件
_framework/blazor.web.js 应该在发布后wwwroot文件夹中.
你好 我的email: liming.ma@volosoft.com
hi
liming.ma@volosoft.com
https://wetransfer.com/
Thanks.
hi
Can you change the log level to debug and share the logs again?
var loggerConfiguration = new LoggerConfiguration()
.MinimumLevel.Debug()
.MinimumLevel.Override("Microsoft.EntityFrameworkCore", LogEventLevel.Warning)
.Enrich.FromLogContext()
.WriteTo.Async(c => c.File("Logs/logs.txt"))
https://abp.io/support/questions/8622/How-to-enable-Debug-logs-for-troubleshoot-problems
Thanks.
hi
I already downloaded demo app but demo app does not show how migration created and the way migration implemented to DB is different than abp approach
Yes, Elsa's migration way is different from ABP. It uses https://fluentmigrator.github.io/intro/quick-start.html to migrate at runtime.
Thanks.
hi
However, if I change the redirect values to point to https://webap-fbteammanagement-we1-int.azurewebsites.net/ it seems to work:
This can prove that it is not a code problem, but a configuration problem. It may be a limitation of Auzre AAD.
Thanks
hi
The Elsa EF Core packages are:
<PackageReference Include="Elsa.EntityFrameworkCore" Version="3.5.0" />
<PackageReference Include="Elsa.EntityFrameworkCore.SqlServer" Version="3.5.0" />
Can you download our demo app?
See https://abp.io/docs/10.0/modules/elsa-pro#elsa-workflows---sample-workflow-demo
Thanks.
hi
This URL https://erp2.loda.net/_framework/blazor.server.js has a 404 error.
Have you published your app using the dotnet publish command?
We also don't use the blazor.server.js in our template project.
We are using the _framework/blazor.web.js
Can you test your web server via a new 10.0.0 project?
Thanks.