docs: add browser redirects configuration step and missing custom component instructions for Next.js quickstarts #2383
Open
docs: add browser redirects configuration step and missing custom component instructions for Next.js quickstarts #2383
Conversation
unatasha8
approved these changes
Dec 11, 2025
Contributor
unatasha8
left a comment
There was a problem hiding this comment.
Couple of edits, otherwise LGTM!
| /> | ||
|
|
||
| 5. Create a new folder named `app` in the root of your project. Inside the `app` folder, create a new folder named `auth`. Inside | ||
| 5. Configure browser redirects in your Ory Console. Navigate to **Branding** > **Browser redirects** and set the **Global redirect |
Contributor
There was a problem hiding this comment.
Suggested change
| 5. Configure browser redirects in your Ory Console. Navigate to **Branding** > **Browser redirects** and set the **Global redirect | |
| 5. Configure browser redirects in Ory Console. Navigate to **Branding** > **Browser redirects** and set the **Global redirect |
| /> | ||
|
|
||
| 4. Create a new folder named `pages` in the root of your project. Inside the `pages` folder, create a new folder named `auth`. | ||
| 4. Configure browser redirects in your Ory Console. Navigate to **Branding** > **Browser redirects** and set the **Global redirect |
Contributor
There was a problem hiding this comment.
Suggested change
| 4. Configure browser redirects in your Ory Console. Navigate to **Branding** > **Browser redirects** and set the **Global redirect | |
| 4. Configure browser redirects in Ory Console. Navigate to **Branding** > **Browser redirects** and set the **Global redirect |
jonas-jonas
reviewed
Dec 11, 2025
| /> | ||
|
|
||
| 5. Create a new folder named `app` in the root of your project. Inside the `app` folder, create a new folder named `auth`. Inside | ||
| 5. Configure browser redirects in your Ory Console. Navigate to **Branding** > **Browser redirects** and set the **Global redirect |
Member
There was a problem hiding this comment.
We have the <ConsoleLink /> component for links to Console.
…ctions for Next.js integration
98e152a to
f54f425
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related Issue or Design Document
This PR introduces fixes and missing steps to the Next.js quickstart guide:
Checklist
If this pull request addresses a security vulnerability,
I confirm that I got approval (please contact security@ory.com) from the maintainers to push the changes.
Further comments