When should I have to delete and reinstall the app?

Hey Sam,

Something I noted in this tutorial was that in the credentials.json instructions, it suggested using

	"hosts": {
		"your-instance.atlassian.net": {
			"product": "jira",
			"username": "your-email@address.com",
			"password": "your-api-token"
		}
	}
}

But I noticed there seems to be a bug at the moment and i actually had to use "https://my-instance.atlassian.net": ... or the npm start wouldn’t actually install the app, leaving me to install and uninstall manually.
Once I added the “https://” I was able to re-run npm start each time i wanted to re-install the app (say to get the ‘Activity’ page to show in the section ‘Build the static Activity page’).

I wasn’t actually able to reproduce the error “Could not find stored client data” however. Did Daniels instructions fix both issues for you?

Cheers,
Melissa