Hi, I am using your WebAPI to serve FMS screens for my MSFS2024 aircraft. AAO ver: 4.58 b02 Download used: https://www.axisandohs.com/downloads.html fmcs.zip Location of unzipped aircraft files: C:\Users\<username>\OneDrive\Documents\LorbyAxisAndOhs Files\WebPages All of the aircraft FMS Bezels are correctly served and the buttons work correctly to operate the in-Sim FMS, but the actual FMS screen is not displayed in the served page for any of the aircraft. So good 2-way communication to the remote page is proven. Console errors for all the served pages show a similar error, (example is the c750): GET http://localhost:43380/webapi/c750/global.js net::ERR_ABORTED 404 (File not found) Refused to execute script from 'http://localhost:43380/webapi/c750/global.js' because its MIME type ('') is not executable, and strict MIME type checking is enabled. Uncaught ReferenceError: raltdown is not defined So at least one problem is the runtime global.js is not found. It isn't included in any of the downloads and isn't being generated on the fly by the core executable. I hope you can you help me solve this problem. Thanks in advance, an otherwise avid AAO user!