Skip to content

Data bucket behaves different with same template #928

@IchHabRecht

Description

@IchHabRecht

Describe the bug

To Reproduce

Given template:

{{#repeat (queryParamRaw 'limit' (faker 'datatype.number' min=3 max=20)) comma=true}}test{{/repeat}}
  • create a route with the given template as inline body

  • call the route and you see a list of "tests"

  • add a data bucket using the same template

  • change the route's body to use the data bucket

  • call the route again and you get an empty respose

  • it's the same using the query param or not

Mockoon version:

1.22.0

OS / OS version:

Windows

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

✅ Done (ready for next release)

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions