Skip to content

Routes are not being used/get overwritten #147

Closed
@ice8lue

Description

@ice8lue

We're using a configuration like this for our app:

routes: {
    "/admin/**": "/admin/index.html",
    "**": "index.html"
}

This was working fine before, but for some days now (new builds) the first rule is not working anymore (maybe gets overwritten by the second one). Requests like "/admin/dashboard" are routed to index.html rather than admin/index.html.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions