Skip to content

Commit 15e599b

Browse files
update the secrets note on troubleshooting
1 parent 03073d8 commit 15e599b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ Clicking login redirects to `localhost:3000` instead of your Kinde domain. Envir
225225
**Fix:**
226226

227227
1. Ensure `nodejs_compat_populate_process_env` is in your `compatibility_flags` in `wrangler.toml`
228-
2. Add all Kinde environment variables to the `[vars]` section of `wrangler.toml`
228+
2. Add all Kinde environment variables to the `[vars]` section of `wrangler.toml` (except `KINDE_CLIENT_SECRET`, which should be set via `wrangler secret put`)
229229
3. Update the callback and logout redirect URLs in your Kinde application to match the URL you're accessing the app from
230230
4. Redeploy your application
231231

0 commit comments

Comments
 (0)