Commit 8f2a8c0
Pass NUXT_AUTH0_CLIENT_ID to production build (#345)
Fixes production `/auth/login` 500s. tlv2-auth's module setup bakes a
`disabled.invalid` placeholder into `runtimeConfig.auth0` unless
`NUXT_AUTH0_CLIENT_ID` is set at build time (see
`@interline-io/tlv2-auth/dist/module.mjs:37`). Staging works because
Cloudflare's built-in Pages builder injects env vars at build time; GH
Actions wasn't passing this one.
related to
#332
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent b50d0f2 commit 8f2a8c0
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
39 | 42 | | |
40 | 43 | | |
41 | 44 | | |
| |||
0 commit comments