File tree Expand file tree Collapse file tree
src/content/docs/get-started/guides Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -250,6 +250,20 @@ Description
250250Troubleshooting
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
255269Description
You can’t perform that action at this time.
0 commit comments