Open Closed

Elsa integration - error in Angular proxy generation #2606


User avatar
0
  • ABP Framework version: v5.1.3
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • IDE: Visual Studio 2022 17.0.5

We tried to integrate the Elsa workflow engine with ABP.IO (Angular frontend) following this guide: https://community.abp.io/posts/using-elsa-workflow-with-the-abp-framework-773siqi9

When we run the backend, everything is working and the Elsa workflows are starting correctly and we are able to access the Elsa dashboard. Once we try to update the proxy in the Angular frontend using the following command: abp generate-proxy -t ng the command hangs and we get this exception in the running backend:

System.StackOverflowException HResult=0x800703E9 Source=<Cannot evaluate the exception source> StackTrace: <Cannot evaluate the exception stack trace>

If we remove completely Elsa from the project, the proxy generation is working again. Can you please help ?

This is the output of the "dotnet run" of the backend when we run the abp generate-proxy command:


1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    You may need to wait for this PR released. https://github.com/abpframework/abp/pull/11551

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11