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
This pull request aims to resolve the issue of "Too many redirects" in Next.js 13 with Nextra 2.
Bug Details
The bug occurs when there are multiple redirects happening in the application, leading to an excessive number of redirects and resulting in the "Too many redirects" error.
Description
This pull request aims to resolve the issue of "Too many redirects" in Next.js 13 with Nextra 2.
Bug Details
The bug occurs when there are multiple redirects happening in the application, leading to an excessive number of redirects and resulting in the "Too many redirects" error.
Reference: shuding/nextra#2566 (comment)
Steps to Reproduce
To reproduce the bug:
The text was updated successfully, but these errors were encountered: