flow-crm-tutorial
flow-crm-tutorial copied to clipboard
csp.js file throws client-side error with backend navigation
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.
Steps to reproduce:
- In
DashboardView, add a button for backend navigation,add(new Button("Go to List", buttonClickEvent -> UI.getCurrent().navigate(ListView.class))); - Start the application, and open the Chrome Dev Tools.
- Observe that upon clicking the button, it throws the errors in the Chrome Dev console, and the url is not updated.