From 83354fbe1806e8b168daabc8a7e666ff8928f673 Mon Sep 17 00:00:00 2001 From: Vishwajeet Chauhan Date: Tue, 10 Feb 2026 14:34:35 +0530 Subject: [PATCH] fix(readme): correct 'therefor' typo to 'therefore' (#27816) Co-authored-by: Dhairyashil Co-authored-by: Cursor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28949ff67a..dc6ba05e94 100644 --- a/README.md +++ b/README.md @@ -671,7 +671,7 @@ Certain versions may have trouble creating a user if the field `metadata` is emp ##### CLIENT_FETCH_ERROR -If you experience this error, it may be the way the default Auth callback in the server is using the WEBAPP_URL as a base url. The container does not necessarily have access to the same DNS as your local machine, and therefor needs to be configured to resolve to itself. You may be able to correct this by configuring `NEXTAUTH_URL=http://localhost:3000/api/auth`, to help the backend loop back to itself. +If you experience this error, it may be the way the default Auth callback in the server is using the WEBAPP_URL as a base url. The container does not necessarily have access to the same DNS as your local machine, and therefore needs to be configured to resolve to itself. You may be able to correct this by configuring `NEXTAUTH_URL=http://localhost:3000/api/auth`, to help the backend loop back to itself. ``` docker-calcom-1 | @calcom/web:start: [next-auth][error][CLIENT_FETCH_ERROR]