App installation fails even after success response 200

Hi @justin

I just wanted to confirm another piece…

onAppInstall: function(){

// essential logic

// The PATCH request

renderData(); // [A] Is this method used at the end?

}

See pt. 4 in App Setup Events

Is it possible for you confirm if renderData(); is invoked within server.js’s onAppInstall(){..} hander defn?

2 Likes