Bug Report #1784116870080

OS info

  • Operating System : Windows 10.0.22631
  • Wappler Version : 7.9.6

Problem description

.... I’ve created a new Node application and attached a sqlite3 database. In database manager I can view the data inside the table but when I insert a server connect in my page and chose a bootstrap table generator nothing is showing.

in the terminal i see

Knex: run
$ npm install sqlite3 --save

I tried manually installing sqlit3 .

report1784116869969.zip (158.2 KB)

Can you please post some screenshots of how’s your server action/database query configured? Also what are you adding on the page exactly?

I’m away from my PC now. But if you can check the compressed file attached you’ll have an idea.

table headers are showing but not the data

Well please enable debug mode and check for errors in the dev tools:

And still i need screenshots from the steps in your server action.

I have enabled the debug option.. here are the screenshots

Is this project using the local Wappler node server? What version of nodejs are you using?

I’m using Node v24.18.0 and Own server

Are you sure your own server is properly installed, configured and running? Where do you run it and why not use the integrated in Wappler Node server?

I want to use extension in my project and I have to select the Own server option

I don't understand your point. When you create a project that runs the local wappler NodeJS server, you can use extensions perfectly fine.

What I meant is that in order to use custom extensions you need to set to Own server. Even the DEMO project is not running.

Do you want me to remove node from my system and reinstall it again?

that's not true, you can use custom extensions using Wappler's integrated NodeJS server.
Simply setup a NodeJS project and everything will be fine:

I followed the process of creating a new project as per your suggestion and this is what I get when I’m trying to add new extension

I’m still facing the same issue. I recreated the project using the local server, attached my database file and create some pages which worked fine. then it stopped working giving me the same error

Screenshot 2026-07-16 131914

Just follow these steps

  1. Start a new project

  1. Change from Wappler Local Server

  1. To Own Server

  1. Don't forget the Project Name and Folder

  1. Save

  1. When asked say Yes

  1. Select Project Settings

  1. Extensions

  1. Add New Extension

  1. Search for the Extension

  1. Choose the required Extension

  1. Save the Extension

  1. When asked, update/import the support files

And you are set to go

Thank you so much for this detailed approach, but my issue is completely different

I am sorry, I did not read the first part of this discussion. :blush: I'll have another read.

This is what my query looks like

When I click on Open in Browser

This is what I see - ready to use on the front end

Set custom in your general settings
like this:

but ensure Wappler Local Server is selected in your development target.