Adding a bootstrap table (nodejs) causes a crash

======== TEMPLATE BUG FORM ========

Wappler Version : 7.5.2
Operating System : windows 11
Server Model: node & php
Database Type: sqlite
Hosting Type: docker & wappler local webserver

Expected behavior

What do you think should happen?

Adding a bootstrap 5 table via the generator context menu and filling in the data source to close and update the page with a dynamic table.

Actual behavior

What actually happens?

when adding the stated generated table when clicking save it returns the below crash. Its consistent and has happen on 2 different computers. 1 a desktop , 1 HP Laptop

How to reproduce

  • Detail a step by step guide to reproduce the issue
  • A screenshot or short video indicating the problem
  • A copy of your code would help. Include: JS, HTML.
  • Test your steps on a clean page to see if you still have an issue

db is a sqlite db with 6 fields, 4 all string, 1 increment int, 1 timestamp.

page consist of server connect. Container.
Inside the container i generate the table and point to the SC. Clicking save returns the crash.

it will work for a long while now after that crash unless i close the project and reload or reload wappler.

Kind regards

JD