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.
hi
Can you create a new question for the Suite problem? I will forward it to our suite team.
Thanks.
hi
I don't have any exception if you want I will share the logs
Sure. liming.ma@volosoft.com
Additionally, what do you mean by not sending emails?
Has emailSender.SendAsync been called?
await _emailSender.SendAsync(
to: input.MailTo,
subject: input.MailSubject,
body: emailBody,
isBodyHtml: input.IsBodyHtml
);
Thanks.
hi
It was not possible to connect to the redis server(s).
Does your Redis server work correctly?
Thanks.