I have a setup Camunda using Spring Boot. When I run Spring Application, the APIs are working fine. But the webapp seems to be stuck on loading. This seems to be an issue related to security.
I have tried clearing cache. But this error persist. I have tried both on Chrome and Edge, and both are stuck on loading.
:8080/workflow/camunda/app/admin/default/setup/#/setup:1 Refused to apply style from 'http://localhost:8080/workflow/camunda/api/admin/plugin/adminPlugins/static/app/plugin.css' because its MIME type ('application/json') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
:8080/camunda/api/admin/plugin/adminPlugins/static/app/plugin.js?bust=7.13.0:1 Failed to load resource: the server responded with a status of 404 ()
require.js:1 Uncaught Error: Script error for "admin-plugin-adminPlugins/plugin"
https://requirejs.org/docs/errors.html#scripterror
at makeError (require.js:1)
at HTMLScriptElement.onScriptError (require.js:1)
:8080/camunda/app/admin/default/setup/#/setup:1 Refused to apply style from 'http://localhost:8080/camunda/api/admin/plugin/adminPlugins/static/app/plugin.css' because its MIME type ('application/json') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
Version:
Spring-Boot: (v2.2.1.RELEASE)
Camunda BPM: (v7.13.0)