Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] #6128

Open
jayachandra21 opened this issue Nov 19, 2024 · 0 comments
Open

[BUG] #6128

jayachandra21 opened this issue Nov 19, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@jayachandra21
Copy link

jayachandra21 commented Nov 19, 2024

Description

HttpEndPoint activity referring wrong URL
image

Steps to Reproduce

  1. Detailed Steps:
  • Hosted the Elsa application in the IIS as below path
    https://servername/new/WorkflowApp/

  • Configured the appsetting.json as below
    "Http": {
    "BaseUrl":"https://servername/new/WorkflowApp/",
    "BasePath":"/api/workflows"
    }

  • Http End point the path shows as the https://servername/api/workflows/ but it suppose to show path as https://servername/new/WorkflowApp/api/workflows/

  1. Reproduction Rate:
    "every time"

Expected Behavior

It suppose to show path URL as https://servername/new/WorkflowApp/api/workflows/

Actual Behavior

It suppose to show path URL as https://servername/new/WorkflowApp/api/workflows/

Environment

  • Elsa Package Version: 3.2.3 Elsa core and 3.2.2 Elsa Studio
  • Operating System: Windows server 2019
  • Browser and Version: Chrome 130 and Edge

Troubleshooting Attempts

  1. Updated the "BaseUrl":"https://servername/ and "BasePath":"/api/workflows/new/WorkflowApp"
    In this case HttpEndPoint activity referring correct URL(https://servername/new/WorkflowApp/api/workflows/) but when calling this API from api tools like Postman getting the 404 error.
    image
@jayachandra21 jayachandra21 added the bug Something isn't working label Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant