Skip to content

csp.js file throws client-side error with backend navigation #314

@haijian-ccc

Description

@haijian-ccc

The 24.5-strict-csp branch was really hopeful for getting started with CSP. However when I start to add some backend navigation, it throws client-side errors and the url is not updated.
image

Steps to reproduce:

  1. In DashboardView, add a button for backend navigation, add(new Button("Go to List", buttonClickEvent -> UI.getCurrent().navigate(ListView.class)));
  2. Start the application, and open the Chrome Dev Tools.
  3. Observe that upon clicking the button, it throws the errors in the Chrome Dev console, and the url is not updated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status

    🔖 Normal Priority (P2)

    Status

    🅿️Parking lot

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions