Project: tradenork (team: pipats-projects, Hobby plan)
Problem:
All production deployments are stuck as "Staged / Checks Failed" and never promote to production, so my custom domain (tradenork.com) keeps serving an older build. New routes (e.g. /crypto) return 404 in production.
Failing check:
- Name: "Microfrontends Config Present"
-
- jobName: mfe-config-present
-
- source: { kind: vercel, subKind: vercel-native-check, origin: api }
-
- checkRun id: ckr_708f4074-c391-4f45-90b0-896329e170e9
- The issue: this project is NOT a microfrontend and is NOT part of any microfrontends group, so there is no config to satisfy and no group to remove:
-
- Project Settings -> Microfrontends: "This project is not a microfrontend"
-
- Team Settings -> Microfrontends: "No Microfrontends Groups yet"
-
- "vercel microfrontends remove-from-group" -> "Error: Project tradenork is not part of any microfrontends group."
- So this required native check appears orphaned: it is applied via API on every deployment, but there is no way to make it pass or to disable it from the dashboard or CLI. Manual "Promote to Production" is also blocked.
- Timeline: deployments worked fine until ~4-5 hours ago (previous merges deployed to production normally). It started failing without any microfrontends setup on my side.
- Affected deployments:
-
- HQRgpUS39q8TkZZFmvc1RtAn26Wd
-
- 3yKmJFY3svp1BUZdGVcXpErn3U2b
- Request: please remove/clear this orphaned "mfe-config-present" required check for this project, or advise how to disable it. Thanks!