1
0
-1

For a particular application, we need to include a map with a geographical marker so that the user locates a more or less precise geographic point. This, at the same time, should write the geographical coordinate of the point on two text entries in a form. This is the original system:

https://veeduriademovilidad.org/app/index_app.html (if you move the marker, the coordinates are returned to the text fields)

However, when we take it to an instance of Joget, using custom html fields to call the js file and the css of the component, it throws us an error of the type:

24C222C878AF74435B256FB6D0F0F1BBA: 1 Refused to apply style from 'http: // localhost: 8080 / jw / web / userview / vee / v / _ / style.css' because its MIME type ('text / html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
4C222C878AF74435B256FB6D0F0F1BBA: 1 Refused to execute script from 'http: // localhost: 8080 / jw / web / userview / vee / v / _ / script.js' because its MIME type ('text / html') is not executable, and strict MIME type checking is enabled.

However, when checking if the system could not find the files, we can read them correctly (it is not a routing error or 404 with respect to the files). Any ideas? Have you ever had the opportunity to use this type of components?

Thanks in advance!

    CommentAdd your comment...

    1 answer

    1.  
      2
      1
      0
      http: // localhost: 8080 / jw / web / userview / vee / v / _ / style.css 

      does not look like a valid url, since there is no style.css or script.js that path. Where the those files located in your server or app?

        CommentAdd your comment...