I don't know if they've already reported it, and I apologize if I say something stupid, I'm new to this area, but I carried out several tests and found that when I needed to use the SQLite database to create a mobile application with Capacitor, I just had to call the Workflow where an error appeared stating "Uncaught (in promise) Error p-0ebbe906.entry.js:7", I have no idea what could be happening, but I've already tried starting a new project, I've done everything, I even formatted my computer, but I still have the same error, I really wanted to use the "Capacitor SQLite Query" to bring data into the Workflow, but it hasn't been working, I discovered that as soon as we add the "Capacitor SQLite Query" in the Workflow, it adds the dependencies in the index.html file, however, one of the dependencies has caused this error, removing it returns to normal, and a very strange aspect, that when adding this dependency, the visualization disappears from the html page, presenting the image error. The dependency that was added to index.html that is causing the error is
<script src="js/jeep-sqlite/dist/jeep-sqlite/jeep-sqlite.esm.js" type="module"></script >