Hi everyone, I was making a website with flask as backend as a project(I have little knowledge of html, css, javascript and programming/webdev in general) and needed something to put there. So I found construct 3 and wanted to put my game into my website, but I got a lot of errors that were caused by flask using a directory named static for all javascript files and the construct 3 game.html file trying to get them from scripts/ directory. I put the javascript files into the static directory and changed the paths in that games html file. All that seemed to work since I didn't get anymore errors except one that I don't know how to fix and is too complicated for me to understand.
Could someone help me with this error, I can provide more info when needed.