diff --git a/packages/stack-shared/src/interface/clientInterface.ts b/packages/stack-shared/src/interface/clientInterface.ts index 81038a57f..f72a057c3 100644 --- a/packages/stack-shared/src/interface/clientInterface.ts +++ b/packages/stack-shared/src/interface/clientInterface.ts @@ -856,7 +856,7 @@ export class StackClientInterface { export function getProductionModeErrors(project: ProjectJson): ProductionModeError[] { const errors: ProductionModeError[] = []; - const fixUrlRelative = `/projects/${project.id}/urls-and-callbacks`; + const fixUrlRelative = `/projects/${project.id}/domains`; if (project.evaluatedConfig.allowLocalhost) { errors.push({