Hi guys!
The local server could not be started due to the following issue(s):
Event callback ‘onAppInstallCallback’ is not declared for module: common.
this is the error I get if I run the app with setup events
exports = {
onAppInstallCallback: async (args) => {
Thank you.