me2002 Report post Posted May 25, 2021 Hello. When the project runs locally, all the charts work properly but when I build the project and run it on the hosts, I get errors on the pages that use this charts. Error messages : 1 - net::ERR_CONTENT_DECODING_FAILED 200 2 - ChunkLoadError: Loading chunk 6 failed. I'm using React js. Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted May 25, 2021 Please share the chart type that you are using. Import statements. FusionCharts version. Share this post Link to post Share on other sites
me2002 Report post Posted May 25, 2021 I get chart data from the api, most of them are line chart import FusionCharts from "fusioncharts"; import Charts from "fusioncharts/fusioncharts.charts"; import FusionTheme from "fusioncharts/themes/fusioncharts.theme.candy"; import ReactFC from "react-fusioncharts"; ReactFC.fcRoot(FusionCharts, Charts, FusionTheme); "fusioncharts": "^3.17.0", "react-fusioncharts": "^3.1.2", Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted May 25, 2021 Demo : https://codesandbox.io/s/adoring-mccarthy-m08um?file=/src/App.js Live URL : https://m08um.csb.app/ Share this post Link to post Share on other sites
me2002 Report post Posted May 25, 2021 this code is ok but when the project build goes to the host, it gets an error. Can you try? Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted May 26, 2021 Already tested there are multiple dashboards which is implemented in React published on our page, please check your implementation once. https://www.fusioncharts.com/dashboards/ Share this post Link to post Share on other sites