I'm using spring boot camunda to build some wf.
All my process works fine, but I cannot access to camunda cockpit interface.
I added the url to WebConfig.java to disable auth by .antMatchers("/camunda/app/**").permitAll().
Now I have 200 OK but a white page and the following error:
GET http://localhost:8083/camunda/app/admin/default/setup/
net::ERR_CONTENT_LENGTH_MISMATCH 200
Any ideas why this may happen and how to solve it?