Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/test/[id]/analytics not rendering #44927

Open
1 task done
BjoernRave opened this issue Jan 16, 2023 · 3 comments
Open
1 task done

/test/[id]/analytics not rendering #44927

BjoernRave opened this issue Jan 16, 2023 · 3 comments
Labels
template: bug A user has filled out the bug report template. Issue needs triaging

Comments

@BjoernRave
Copy link

Verify canary release

  • I verified that the issue exists in the latest Next.js canary release

Provide environment information

Operating System:
  Platform: darwin
  Arch: x64
  Version: Darwin Kernel Version 20.6.0: Mon Aug 30 06:12:21 PDT 2021; root:xnu-7195.141.6~3/RELEASE_X86_64
Binaries:
  Node: 16.13.2
  npm: 8.1.2
  Yarn: 1.22.19
  pnpm: 7.25.0
Relevant packages:
  next: 13.1.3-canary.0
  eslint-config-next: 13.1.2
  react: 18.2.0
  react-dom: 18.2.0

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

  1. 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 .

  2. 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

@BjoernRave BjoernRave added the template: bug A user has filled out the bug report template. Issue needs triaging label Jan 16, 2023
@besh
Copy link

besh commented Jan 16, 2023

The analytics.tsx page is rendering fine for me. Is it working for you now?

Screenshot 2023-01-16 at 1 22 43 PM

@tufailra97
Copy link

tufailra97 commented Jan 16, 2023

It appears that this issue only occurs when an ad blocker is enabled.

@Rishab49
Copy link

Rishab49 commented Jan 17, 2023

In my case both https://5huvui.sse.codesandbox.io/test/1/analytics and https://5huvui.sse.codesandbox.io/test/1/analytic works. After changing the url it takes some time to appear. Is it taking some time to render or does not render at all in your case?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
template: bug A user has filled out the bug report template. Issue needs triaging
Projects
None yet
Development

No branches or pull requests

4 participants