Codementor Events

Starting the Ionic dev server timed out (30000 ms)

Published Feb 25, 2020

While debugging an ionic / Cordova app and selecting Serve to the browser, i keep getting the message:

Starting the Ionic dev server timed out (30000 ms)

{
            "name": "Serve to the browser (ionic serve)",
            "type": "cordova",
            "request": "launch",
            "platform": "serve",
            "cwd": "${workspaceRoot}",
            "devServerAddress": "localhost",
            "sourceMaps": true,
            "ionicLiveReload": true,
        }

I have added the devServerTimeout parameter to the above launch.json .

launch.json should look like this after the update.

Discover and read more posts from Rajaram K
get started
post commentsBe the first to share your opinion
Show more replies