Error: Action Capacitor.sqlite.paged was not found

Wappler Version: 6.1.2 Stable
Operating System: Windows 11
Server Model: Capacitor
Database Type: SQLite

Expected behavior

Using the Capacitor SQLite Paged Query action should return records.

Actual behavior

An error occurs.

dmxAppConnect.js:7 Error: Action Capacitor.sqlite.paged was not found.
    at n._execStep (dmxAppConnect.js:7:47210)
    at dmxAppConnect.js:7:46449

How to reproduce

Add a Capacitor SQLite Paged Query action to an App Flow.

  1. I don’t know from capacitor but are you sure that the error message is not coming from something else?
    image

  2. Can you try to set there a parameter limit and assign that? Maybe a dynamic value workis and not a static…

Thanks, @famousmag. I tried various ways in both the paged query and custom query. All throw the same error stating Action Capacitor.sqlite.paged was not found.

1 Like

If you leave the limit parameter empty it works? Or you get the same error?
I mean it is not related with the limit parameter…

Ahhh, you’re right. The error comes from adding the SQLite Capacitor Paged Query action. My Custom Query action with a LIMIT parameter does work if I remove the Paged Query action (even with it disabled in the App Flow it was still throwing the error).

1 Like

Here an update: dmxCapacitorSQLite.js.zip (11.1 KB)

1 Like

Confirmed fixed. I no longer get the error when using Capacitor SQLite Paged query. Thanks Patrick.

1 Like

Fixed in Wappler 6.1.3

This topic was automatically closed after 47 hours. New replies are no longer allowed.