Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Routing][WDT][2.3] Routes parameters are not shown in the debugger panel #8867

Closed
@vicb

Description

@vicb

On route match, routes parameters are not shown in the debugger panel (when the pattern /hello/{name} is used to match the /hello/world url, we should see name => 'world' in the upper table of the panel - nothing is shown instead).

This seems due to the fact that the table data are based on request.routeParams which come from the RequestDataCollector however this parameter is not an array as expected but it has been previously transformed to a string representation.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions