API data source and Local server

Hello,

I have a database running on a local machine on our network. This is an internal network and not connected to internet. Is there a way to access the API data source from my Wappler mobile app when I am not connected to internet?

Thank you

try with database server ip
http://192.168.xxx/

Thank you I give it a try. Do I need to do anything with the router or the PC as the mobile app would be using Wifi to access it?

no just try with your database server ip …

Your local machine needs to expose the right ports & IP for it to be accessible over local network.
This means the mobile app needs to be connected to the local network to access it. Internet not required.

I am no network admin, so you will need to contact one to set it up correctly.

two computer / mobile phone inside local area network … how you will open ports ??
If the pc or mobile phone is not in the LAN, it will have to redirect the ports otherwise it will not be required.

Hi there,

I am using Sqlite which is a serverless database so I am not sure how I can get a URL for a database server if I am using Sqlite. What is the best thing to do?

Cheers