why it is infinity loading on /app/[slug] but not /app/slug/[slug]?
#67199
-
|
Can anyone knows why? |
Beta Was this translation helpful? Give feedback.
Answered by
icyJoseph
Jun 26, 2024
Replies: 1 comment 3 replies
-
|
Got a repository to take a look at? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Well, I can't reproduce... it works fine with this tree:
No problem at all. I can navigate to
http://localhost:3001/slug/foo, orhttp://localhost:3001/foo, and it works.Could you try to make a separate repository with as few changes as possible, where you reproduce this?