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.
hi
I found the problem and it will be fixed in 2.0.3
Thanks.
hi
Thanks, I will check it again. You can change the code and continue your work for now.
hi
You can upload your project to https://wetransfer.com/ And send the download link to sumeyye.kurtulus@volosoft.com
Thanks.
hi
Is there any roadmap for ABPs Elsa integration?
Elsa is still under continuous development, and ABP will continue to follow up on any new features.
Especially per Tenant Workflows are needed for our product.
Elsa doesn't support this case very well. But it will be supported later. see
Also an updated documentation for using your module within a layered WebApp would be great.
We have a demo https://abp.io/docs/10.0//samples/elsa-workflows-demo
ElsaDemoApp.Server is an ABP application with Identity and Elsa modules. It is used as the authentication server and Elsa workflow server. ElsaDemoApp.Studio.WASM is a Blazor WebAssembly application with Elsa Studio. It is used as the Elsa Studio client application. ElsaDemoApp.Ordering and ElsaDemoApp.Payment are two microservices that can be used to test the Elsa workflows in distributed systems.
Thanks.
hi
You can check this issue: https://github.com/abpframework/abp/issues/20365#issuecomment-2298072482
Thanks.
hi
It seems your local template package is outdated.
Can you try to clear your nuget cache and run abp new command again?
dotnet nuget locals -c all
abp new Microservicev101 -t microservice --ui-framework angular --mobile react-native --database-provider ef --database-management-system sqlserver --theme leptonx --skip-migrator --public-website --without-cms-kit --dont-run-bundling -no-file-management -no-language-management
You will see: **Volo.Abp.Studio.Extensions.StandardSolutionTemplates (v: 2.0.2) **
Volo.Abp.Studio.Extensions.StandardSolutionTemplates (v: 2.0.2) extension trying install from the NuGet
📌 ABP CLI 2.0.2
🕕 Checking extensions...
Thanks.