skip to Main Content

How to call an API with Flutter?

I'm creating a mobile application in Flutter that I'm testing on physical device(Android). I run my API on a wamp server in local. When I put the route in insomnia, it works and returns me a JSON. However, when I…

VIEW QUESTION

While executing an express application it crashed – Javascript

node .\index.js node:events:490 throw er; // Unhandled 'error' event ^ Error: listen EADDRINUSE: address already in use :::3000 at Server.setupListenHandle [as _listen2] (node:net:1774:16) at listenInCluster (node:net:1822:12) at Server.listen (node:net:1910:7) at Function.listen (D:\Gamaca AI\Express2\node_modules\express\lib\application.js:635:24) at Object.<anonymous> (D:\Gamaca AI\Express2\index.js:9:5) at Module._compile (node:internal/modules/cjs/loader:1275:14)…

VIEW QUESTION
Back To Top
Search