In the pages directory create a folder with the name test . In that folder create a folder with the name [id]. In that folder create a file called analytics.tsx .
Go to http://localhost:3000/test/1/analytics
Describe the Bug
I get an empty page without any content. Renaming the file analytics.tsx to analytic.tsx renders the page properly
Expected Behavior
To see the content of analytics.tsx
Which browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
No response
The text was updated successfully, but these errors were encountered:
Verify canary release
Provide environment information
Which area(s) of Next.js are affected? (leave empty if unsure)
Routing (next/router, next/navigation, next/link)
Link to the code that reproduces this issue
https://codesandbox.io/s/wispy-cookies-5huvui?file=/pages/test/%5Bid%5D/analytic.tsx
To Reproduce
In the pages directory create a folder with the name
test
. In that folder create a folder with the name[id]
. In that folder create a file calledanalytics.tsx
.Go to
http://localhost:3000/test/1/analytics
Describe the Bug
I get an empty page without any content. Renaming the file
analytics.tsx
toanalytic.tsx
renders the page properlyExpected Behavior
To see the content of
analytics.tsx
Which browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
No response
The text was updated successfully, but these errors were encountered: