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