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
Is your feature request related to a problem? Please describe.
Not sure if this is intended or a bug, so I'll give it a try with a feature request.
What I'm trying to do is open a search result in a modal while changing the url from i.e. example.com/posts/search/hello to example.com/posts/[ID], but it just navigates to the page instead. If I change the search page to not be a dynamic route ([term].tsx to just term.tsx) it opens the modal as expected.
Structure:
/pages
/posts
[postId].tsx
/search
[term].tsx
Describe alternatives you've considered
A flow like this would be achievable with a custom server, but I would prefer to keep all the performance optimizations.
Additional context
Seems like some other people have encountered the same here: #8023
The text was updated successfully, but these errors were encountered:
This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
vercel
locked as resolved and limited conversation to collaborators
Jan 30, 2022
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Feature request
Is your feature request related to a problem? Please describe.
Not sure if this is intended or a bug, so I'll give it a try with a feature request.
What I'm trying to do is open a search result in a modal while changing the url from i.e.
example.com/posts/search/hello
toexample.com/posts/[ID]
, but it just navigates to the page instead. If I change the search page to not be a dynamic route ([term].tsx
to justterm.tsx
) it opens the modal as expected.Structure:
Describe alternatives you've considered
A flow like this would be achievable with a custom server, but I would prefer to keep all the performance optimizations.
Additional context
Seems like some other people have encountered the same here: #8023
The text was updated successfully, but these errors were encountered: