Automatic checks are failing

HI ,I am having issue with auto check errrors,how do i resolve it
from docs it says that
Alternatively, add your endpoints in the Partner Dashboard by navigating to Apps, selecting the app that you want to subscribe to mandatory compliance webhooks, and clicking Configuration > Compliance webhooks.

but i cannot find that fields to subscribe to Compliance webhooks.
i cannot find this section Compliance webhooks. under apps in my partner dashboard,

should i expose this compliance webhooks endpoints in my backend

My app is a public app which is not embedded, Iam using shopify-api in Nodejs environment, can I know how do I subscribe to this webhooks, I have added the end points for mandatory compliance webhooks but still check are not passing, I am not using any CLI

1 Like

Hey @Anirudh_Saraiya, The issue you’re encountering is due to the recent migration to the Next-Gen Dev Platform. As part of this migration, many app configuration settings, including webhook subscriptions, have moved from being directly editable in the Partner Dashboard UI to being managed declaratively in a configuration file.

The primary method for managing these settings has changed. The new method for configuring webhooks is through the shopify.app.toml file. You can manage its configuration by linking it to a local project with Shopify CLI. More on that here: Migrate from a Partner Dashboard-managed app to Shopify CLI