Hello
I am creating shopify custom app. For front end changes using theme app extensions. extensions was working with shopify CLI 2.x but shopify updated shopify CLI 2.x to CLI 3.x. I have updated shpify CLI 3.x but now i am pushing extensions code with shopify CLI 3.x facing below issue on commands:
2023-06-06 17:49:16 │ webhooks │ Sending APP_UNINSTALLED webhook to app server
2023-06-06 17:49:16 │ webhooks │ App isn't responding yet, retrying in 5 seconds
2023-06-06 17:49:21 │ webhooks │ App isn't responding yet, retrying in 5 seconds
2023-06-06 17:49:26 │ webhooks │ App isn't responding yet, retrying in 5 seconds
2023-06-06 17:49:31 │ webhooks │ App hasn't started in time, giving up
2023-06-06 17:49:31 │ webhooks │ APP_UNINSTALLED webhook delivery failed
Please suggest me with solution.