Mendix8 - JavaScript Action - references to Noty lib not working

0
Hi all, I am testing the JavaScript Action and the reference to external libraries using the example with Noty provided in the following documentation: https://docs.mendix.com/howto/extensibility/best-practices-javascript-actions I installed noty and copied the module folder to my project theme folder, and updated the index.html and components.json folder as required. I added a nanoflow that calls my Javascript Action containing the code given in the documentation, but the notification does not show up and I get the following errors: In Mendix console: In Chrome Console When looking up the source files in chrome, I cannot see the noty.min.js file and noty and bootstrap css files are empty :   They are referenced in the index.html file:   Hopefully the explanation makes sense. Thanks, Seb
asked
1 answers
0

You are right, I was pointing at the wrong folder… Thx.

answered