Skip to content

Commit 8405d77

Browse files
committed
version bump
fix for next-auth url behind portless
1 parent 2db0796 commit 8405d77

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.services.version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.14",
2+
"version": "2.15",
33
"tag_prefix": "jitsu-services",
44
"stable_branch": "stable-services",
55
"beta_branch": "newjitsu"

dev-scripts/src/bin/run-app.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ function main(): void {
183183
...process.env,
184184
NODE_OPTIONS: resolvedNodeOptions,
185185
JITSU_BRANCH_SUFFIX: branchSuffix,
186+
NEXTAUTH_URL: `https://${slug}.localhost`,
186187
// Expose the portless host as JITSU_PUBLIC_URL so OAuth discovery,
187188
// email links, and MCP metadata resolve to the right branch URL.
188189
// Only set it when the caller hasn't already configured it explicitly.

0 commit comments

Comments
 (0)