Hi everyone!
So i’m trying to create a mobile app by following the docs – Total newbie!
I’ve setup both the Data Api and App projects, and created a server side action to retrieve a record from the database (Oh and this is all on my local server)… But when I try to use the action in my App project (via server connect), I get the error; ‘Failed to load resource: net::ERR_CONNECTION_REFUSED’.
Interesting. What are you using for a local server? If you are using WAMP/Mamp pro it should work. If you are using docker or Wappler own server I can see that being a problem because they aren’t actually running.
The local node server runs only when the project is selected.
So to use it as an API for mobile project you will need to deploy it somewhere first. So you will also have full url links that your mobile project can refer to.