Thank you for the quick reply, I see where is the mistake but i don't understand how fix it : My library Chart.js is installed via npm. Following the documentation, I integrate it with this path <script src="./node_modules/chart.js/dist/chart.umd.js" defer></script> However, when i run the server i get : Means that my path isn't correct but i'm pretty sure it's the correct one : Do I have to modificated the request_handler.py from the webserver ? Thanks again
... View more