• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Announcement

Collapse
No announcement yet.

Ext does not know where my charts js are

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Ext does not know where my charts js are

    Hi,
    I have just created an application with a bar chart using Architect 4.2.1. When I moved my application (unbuild version) into my test environment to run, I ran into a few errors:
    error.jpg


    The main concern is the 404 errors of all the chart related js files. When I went back to Architect, the property page showed it recognized "sencha-charts".
    property.jpg


    I have no problem see the chart in Architect design mode:

    exesummary.JPG



    This is the content of the index.html file:

    PHP Code:
    <!DOCTYPE html>

    <!-- 
    Auto Generated with Sencha Architect -->
    <!-- 
    Modifications to this file will be overwritten. -->
    <
    html>
    <
    head>
        <
    meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <
    title>CX0100</title>
        <
    script>
            var 
    Ext Ext || {};
            
    Ext.theme = {
                
    name""
            
    };
        </
    script>
        <
    script src="/extjs/build/ext-all.js?_dc=1529603335983"></script>
        <
    script src="/extjs/build/classic/theme-triton/theme-triton.js?_dc=1529603335983"></script>
        <
    link rel="stylesheet" href="resources/preview-theme-triton-c5c61866-5878-4919-a2e9-6c035abb2586.css?_dc=1529603335983">
        <
    script src="resources/valence-debug.js?_dc=1529603335983"></script>
        <
    script src="app/overrides.js?_dc=1529603335983"></script>
        <
    link rel="stylesheet" href="/resources/iconfonts.css?_dc=1529603335983">
        <
    script type="text/javascript" src="app.js?_dc=1529603335983"></script>
    </
    head>
    <
    body></body>
    </
    html

    So what is missing?

    FYI: We are running:
    1. Ext-js 6.2.1
    2. Valence 5.1
    3. Architect 4.2.1.224
    4. CMD 6.2.1.29
    Last edited by Dleong@celsinc.com; 06-22-2018, 11:33 AM.
Working...
X