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.
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.