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

Stalled requests in Chrome Android if rendering Urdu text with Noto Nastaleeq as the font #75490

Open
DaKheera47 opened this issue Jan 30, 2025 · 0 comments
Labels
Font (next/font) Related to Next.js Font Optimization. Runtime Related to Node.js or Edge Runtime with Next.js.

Comments

@DaKheera47
Copy link

Link to the code that reproduces this issue

https://github.com/DaKheera47/minimal-noto-bug

To Reproduce

  1. start the application
  2. go to the same link from an android device from Chrome (version: 132.0.6834.163)
  3. the page keeps loading, and the page never ends up loading

Current vs. Expected behavior

the page keeps loading, and the page never ends up loading. text doesn't render in the correct font. the page isn't scrollable if the document is scrollable. chrome remote debugging reveals that the requests to the nextjs server bundle stall, resulting in this error

Provide environment information

Operating System:
  Platform: darwin
  Arch: arm64
  Version: Darwin Kernel Version 24.2.0: Fri Dec  6 18:51:28 PST 2024; root:xnu-11215.61.5~2/RELEASE_ARM64_T8112
  Available memory (MB): 8192
  Available CPU cores: 8
Binaries:
  Node: 22.12.0
  npm: 10.9.0
  Yarn: 1.22.22
  pnpm: 8.15.3
Relevant Packages:
  next: 15.2.0-canary.33 // Latest available version is detected (15.2.0-canary.33).
  eslint-config-next: N/A
  react: 19.0.0
  react-dom: 19.0.0
  typescript: 5.7.3
Next.js Config:
  output: N/A

Which area(s) are affected? (Select all that apply)

Font (next/font), Runtime

Which stage(s) are affected? (Select all that apply)

next dev (local), next build (local), next start (local), Vercel (Deployed)

Additional context

Loading the font from google with a CSS import tag also doesn't work. The resulting outcome is the same. The issue may be with how nextjs handles fonts, or with how Chrome's version handles font rendering

@github-actions github-actions bot added Font (next/font) Related to Next.js Font Optimization. Runtime Related to Node.js or Edge Runtime with Next.js. labels Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Font (next/font) Related to Next.js Font Optimization. Runtime Related to Node.js or Edge Runtime with Next.js.
Projects
None yet
Development

No branches or pull requests

1 participant