Skip to content

[BUG] Path Parameter Endpoints Fail After Save #1036

@matKlju

Description

@matKlju

Bug description:
Path parameter endpoints fail after saving canvas-level endpoints/services.

Endpoints using path parameters (e.g. /posts/{id}) can be tested successfully in Create/Edit endpoint modals and canvas endpoint modals, BUT fail after saving the service.

Because the endpoint execution fails, downstream Assign elements do not receive the API response and the response area in the Assign modal remains empty.

test widget execution returns:

POST /v2/private/services/services/draft/pathParameterResponse
500 Internal Server Error
{
  "message": "Not enough variable values available to expand 'id'"
}

Expected behavior:
Path parameter endpoints must work correctly after saving services.

Path parameters should be resolved properly during DSL generation/runtime execution, and downstream elements must receive the API response normally.

Complicit service

pathParameters_2026_05_27_09_45_50.json

Metadata

Metadata

Labels

bugSomething isn't workingv3.3

Type

No fields configured for Bug.

Projects

Status
In Progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions