Skip to content

Commit 2d0d900

Browse files
coderabbit changes
1 parent 5bf5775 commit 2d0d900

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/developer-tools/guides/deploy-on-cloudflare-workers.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Before diving into setup, understand these critical differences when deploying K
157157
## Step 3: Add Kinde env variables and redeploy
158158

159159
<Aside>
160-
If you are using a custom domain, configure the domain in Cloudflare and follow the instructions below.
160+
If you are using a custom domain, configure the domain in Cloudflare first, then use your custom domain URL everywhere below — in `KINDE_SITE_URL`, `KINDE_POST_LOGIN_REDIRECT_URL`, `KINDE_POST_LOGOUT_REDIRECT_URL` in `wrangler.toml`, and in the **Allowed callback URLs** / **Allowed logout redirect URLs** in your Kinde dashboard.
161161
</Aside>
162162

163163
1. In your Kinde dashboard, go to your application > **Details** and add the following URLs:
@@ -255,5 +255,5 @@ Auth works locally but fails in production with undefined configuration errors.
255255

256256
Environment variables must be defined in `wrangler.toml` for the SDK to access them. The Cloudflare Dashboard variables are available as Worker bindings but not through `process.env` without the `nodejs_compat_populate_process_env` compatibility flag.
257257

258-
For more troubleshooting and information, see the [Cloudflare Next.js documentation](https://developers.cloudflare.com/workers/framework-guides/web-apps/nextjs/)
258+
For more troubleshooting and information, see the [Cloudflare Next.js documentation](https://developers.cloudflare.com/workers/framework-guides/web-apps/nextjs/).
259259

0 commit comments

Comments
 (0)