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
@dphang this is a continuation of the use case / repro from #705. I'm actually surprised to be just finding this now. In all of the discussion this specific setup must have been missed, but it's really the central issue for my use case.
Describe the bug
With a page defined at pages/content/[...all ] and the following rewrite, visiting /dynamic-1 gives a 404.
Yes, I think it should be because of the no-op rewrite not being implemented, I had thought you did not need it anymore based on your latest comments, so I didn't prioritize it. I'll work on it this upcoming week.
@dphang this is a continuation of the use case / repro from #705. I'm actually surprised to be just finding this now. In all of the discussion this specific setup must have been missed, but it's really the central issue for my use case.
Describe the bug
With a page defined at
pages/content/[...all ]
and the following rewrite, visiting/dynamic-1
gives a 404.Actual behavior
I get a 404 visiting
/dynamic-1
, where next server gives a 200.Expected behavior
200
Steps to reproduce
/dynamic-1
Versions
1.18.0-alpha.27
9.5.5
The text was updated successfully, but these errors were encountered: