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
@@ -54,10 +58,12 @@ However, the rewrite proxying functionality stops working when upgrading either
54
58
55
59
The `plugin-nextjs-latest` branch includes an upgrade to `@netlify/plugin-nextjs@4.40.1`. Open https://plugin-nextjs-latest--nextjs-basepath-rewrite-issue-web.netlify.app/docs and observe infinite HTTP redirects `/docs` -> `/docs/` -> `/docs` -> `/docs/` -> etc.
56
60
61
+
Open http://localhost:3000/docs and observe the site loads normally.
62
+
57
63
The `nextjs-latest` branch includes an upgrade to `next@13.4.19`. Open https://nextjs-latest--nextjs-basepath-rewrite-issue-web.netlify.app/docs and observe a 404 error.
58
64
59
65
Open http://localhost:3000/docs and observe the site loads normally.
60
66
61
67
The `both-latest` branch includes both upgrades. Open https://both-latest--nextjs-basepath-rewrite-issue-web.netlify.app/docs and observe a 404 error.
62
68
63
-
Open http://localhost:3000/docs and observe the site loads normally.
69
+
Open http://localhost:3000/docs and observe the site loads normally.
0 commit comments