flow-crm-tutorial icon indicating copy to clipboard operation
flow-crm-tutorial copied to clipboard

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

Open haijian-ccc opened this issue 9 months ago • 1 comments

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.

haijian-ccc avatar Jan 08 '25 09:01 haijian-ccc