My addon is hosted on Azure. My problem is that every time I restart (or Stop & Start again) the app in Azure, when running the addon I get the error {} Authentication verification error (401): Could not find stored client data for 30d11744-2037-367d-ad0e-5352e6eb2660. Is this client registered?. If I uninstall and reinstall the addon in Jira Manage Apps it fixes it but that's not what I want. What I need is that, when restarting the Node.js app in Azure, it is reinstalled or registered automatically in jira without the customer having to. What am I forgetting to do? Will I have to run Post install web hook during app startup?