Capacitor errors in new project

I’ve created new Desktop project and I was following your guide step-by-step and unfortunately I get this errors in the code tab and as a result - I don’t see DB Query results in the table:

  • Yet I see query output if I Edit Page flow and execute the query.
  • I checked that Capacitor is added in Frameworks
  • I clicked Update to update packages
  • Head section bellow:
<head>
	<script src="dmxAppConnect/dmxAppConnect.js"></script>
	<meta charset="UTF-8">
	<title>Untitled Document</title>

	<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
	<script src="dmxAppConnect/dmxRouting/dmxRouting.js" defer></script>
	<script src="js/routes.js" defer></script>
	<link rel="stylesheet" href="bootstrap/5/css/bootstrap.min.css" />
	<script src="capacitor.js"></script>
	<link rel="stylesheet" href="css/style.css" />

	<script src="js/plugins/sqlite/plugin.js" defer></script>
	<script src="js/jeep-sqlite/dist/jeep-sqlite/jeep-sqlite.esm.js" type="module"></script>
	<script src="dmxAppConnect/dmxCapacitorSQLite/dmxCapacitorSQLite.js" defer></script>
	<script src="js/connections/db_connection.js" defer></script>
	<link rel="stylesheet" href="dmxAppConnect/dmxBootstrap5TableGenerator/dmxBootstrap5TableGenerator.css" />
</head>

What target are you running the project on web or electron?

electron 4.1.2
image

This is now fixed in Wappler 6.0.3