Skip to content

Commit

Permalink
Update packages/faustwp-cli/src/healthCheck/validateNextWordPressUrl.ts
Browse files Browse the repository at this point in the history
Co-authored-by: John Parris <[email protected]>
  • Loading branch information
theodesp and mindctrl authored Feb 22, 2024
1 parent 82f5b88 commit 85442b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export async function validateNextWordPressUrl(): Promise<void> {

if (!response.ok) {
errorLog(
'Validation Failed: Ensure your NEXT_PUBLIC_WORDPRESS_URL does not match with Headless URL in the Faust WordPress plugin settings',
'Validation Failed: Your NEXT_PUBLIC_WORDPRESS_URL value is misconfigured. It should match your WordPress site URL and not your Faust front-end site URL.',
);
process.exit(1);
}
Expand Down

0 comments on commit 85442b6

Please sign in to comment.