You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-6Lines changed: 1 addition & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,12 +75,7 @@ To install Stack Auth in your Next.js project (for React, JavaScript, or other f
75
75
76
76
1. Run Stack Auth's installation wizard with the following command:
77
77
```bash
78
-
npx @stackframe/init-stack@latest
79
-
```
80
-
81
-
If you prefer not to open a browser during setup (useful for CI/CD environments or restricted environments):
82
-
```bash
83
-
npx @stackframe/init-stack@latest --no-browser
78
+
npx @stackframe/stack-cli@latest init
84
79
```
85
80
86
81
2. Then, create an account on the [Stack Auth dashboard](https://app.stack-auth.com/projects), create a new project with an API key, and copy its environment variables into the .env.local file of your Next.js project:
@@ -194,7 +194,7 @@ async function warnOnValidationFailure(
194
194
captureError("config-override-validation-warning",`Config override validation warning for project ${options.projectId} (this may not be a logic error, but rather a client/implementation issue — e.g. dot notation into non-existent record entries): ${validationResult.error}`);
captureError("config-override-validation-check-failed",newStackAssertionError("Config override validation check failed. This may be really bad! Make sure to check the error and the config.",{cause: e, options, levelConfig }));
0 commit comments