Skip to content

Commit ce23c5a

Browse files
Merge pull request #748 from kinde-oss/feat/add-4321-error-code
feat: add new error code description and troubleshooting for 4321
2 parents 4c8d7c7 + 7ece11f commit ce23c5a

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

src/content/docs/get-started/guides/error-codes.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,20 @@ Description
250250
Troubleshooting
251251
- Check the secret being used with your social provider and ensure that it hasn't expired
252252

253+
## Error code 4321
254+
255+
Description
256+
- This error typically occurs when a user attempts to access an authentication flow from a mid-step URL instead of starting from the beginning.
257+
- Reasons this error may occur:
258+
- A bookmarked or previously used URL is reused
259+
- A step-specific URL is shared directly
260+
- The user navigates back or forward in the browser and skips required steps in the flow
261+
262+
Troubleshooting
263+
- Ask the user to restart the login flow from the main entry point, such as your app’s login page
264+
- Clear browser cookies and cache before retrying
265+
- Avoid using any bookmarked or shared login URLs
266+
253267
## Error code 4617
254268

255269
Description

0 commit comments

Comments
 (0)