We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
integrity
https://github.com/darthmaim-reproductions/vercel-next.js-74149
npm run build
.next/server/app/index.html
<link rel="stylesheet" href="/_next/static/css/8da8fb13d9b551fb.css" data-precedence="next"/>
Included stylesheets currently don't get the integrity attribute.
Stylesheets should have integrity set.
Node.js v22.5.1 Operating System: Platform: linux Arch: x64 Version: #1 SMP Tue Nov 5 00:21:55 UTC 2024 Available memory (MB): 15953 Available CPU cores: 8 Binaries: Node: 22.5.1 npm: 10.8.2 Yarn: 1.22.22 pnpm: N/A Relevant Packages: next: 15.1.1-canary.13 // Latest available version is detected (15.1.1-canary.13). eslint-config-next: N/A react: 19.0.0 react-dom: 19.0.0 typescript: 5.3.3 Next.js Config: output: N/A
Not sure
next build (local)
The stylesheet hash is correctly included in .next/server/subresource-integrity-manifest.json, its just missing in the html.
.next/server/subresource-integrity-manifest.json
Related:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Link to the code that reproduces this issue
https://github.com/darthmaim-reproductions/vercel-next.js-74149
To Reproduce
npm run build
.next/server/app/index.html
and observe that stylesheets don't haveintegrity
set.Current vs. Expected behavior
Included stylesheets currently don't get the
integrity
attribute.Stylesheets should have
integrity
set.Provide environment information
Node.js v22.5.1 Operating System: Platform: linux Arch: x64 Version: #1 SMP Tue Nov 5 00:21:55 UTC 2024 Available memory (MB): 15953 Available CPU cores: 8 Binaries: Node: 22.5.1 npm: 10.8.2 Yarn: 1.22.22 pnpm: N/A Relevant Packages: next: 15.1.1-canary.13 // Latest available version is detected (15.1.1-canary.13). eslint-config-next: N/A react: 19.0.0 react-dom: 19.0.0 typescript: 5.3.3 Next.js Config: output: N/A
Which area(s) are affected? (Select all that apply)
Not sure
Which stage(s) are affected? (Select all that apply)
next build (local)
Additional context
The stylesheet hash is correctly included in
.next/server/subresource-integrity-manifest.json
, its just missing in the html.Related:
integrity
missing for client chunks #74147The text was updated successfully, but these errors were encountered: