-
Notifications
You must be signed in to change notification settings - Fork 154
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
[Bug]: Failed to find a valid digest in the 'integrity' attribute for resource #1858
Comments
cc @Shopify/theme-developer-tools |
@Shopify/theme-code-tools |
#1859 This is the same issue. |
This issue seems inactive. If it's still relevant, please add a comment saying so. Otherwise, take no action. P.S. You can learn more about why we stale issues here. |
This issue seems inactive. If it's still relevant, please add a comment saying so. Otherwise, take no action. P.S. You can learn more about why we stale issues here. |
This issue seems inactive. If it's still relevant, please add a comment saying so. Otherwise, take no action. P.S. You can learn more about why we stale issues here. |
I'm having the same problem in both Chrome and Brave. Because the JS resource is blocked, the page never fully loads and my custom code in global.js won't fire either. It's impossible to develop with this issue.
Operating System Shopify CLI version (check your project's package.json if you're not sure) Node version (run node -v if you're not sure) For now I have to force Chrome to load the resource anyway with |
Yeah this error is back again and happening for me. Makes it so no JS works because dom never loads. |
Having same issue now. System Win11 and having error with Chorme, Opera and Edge (both regular and incognito) |
Same here, can't log in to the store |
Same here |
Uh, same error, same time? Could be a Shopify's DNS error instead of our clients config.... |
Same here |
same here |
same |
same here |
i face the same trouble :) |
same here. |
Same issue for app developement |
Same issue |
Facing same issue |
This comment has been minimized.
This comment has been minimized.
mine is good now |
yup works now |
This comment has been minimized.
This comment has been minimized.
This may be a Shopify issue, you can check Shopify's status at this link: https://www.shopifystatus.com |
This comment has been minimized.
This comment has been minimized.
Hey folks, there was a production incident today, and you can read more details here. It's been resolved at this point, and on that linked page you can read about what we've done to remediate and prevent future incidents. For future reference, please note that commenting on a closed issue is not helpful, as this is unlikely to flag our attention. We do monitor new issues, so it's recommended to check for an open issue with what you're experiencing, and if there isn't one, you can open an issue yourself with full details so we can diagnose as quickly and effectively as possible. Finally, I'll note that I have chosen to hide several comments, as they do not accord with our Code of Conduct. We take violations seriously, and will continue to remove comments that do not respect other members of our community. |
Please confirm that you have:
In which of these areas are you experiencing a problem?
Theme
Expected behavior
When running
shopify theme dev
assets should load properly.Actual behavior
When running
shopify theme dev
assets are not loading properly from the cdn. I think it has to do with this error in the console:Failed to find a valid digest in the 'integrity' attribute for resource 'http://x.x.x.x:9292/cdn/shopifycloud/shopify/assets/storefront/features-87e8399988880142f2c62771b9d8f2ff6c290b3ff745dd426eb0dfe0db9d1dae.js' with computed SHA-256 integrity '6kURUFxQGfMOxLerLwfrmqOyBcR+dP/8b43fhYz2R3Q='. The resource has been blocked.
The issue just started occurring within the last week. I cant figure out what changed to make this start happening. I have tried all the usual troubleshooting steps including logging out and logging back in, deleting and re installing node modules, etc. Since the auth problem a couple of weeks ago things have been a little funky, not sure if this is in any way related.
Verbose output
Reproduction steps
Operating System
Windows 10
Shopify CLI version (check your project's
package.json
if you're not sure)3.45.1
Shell
No response
Node version (run
node -v
if you're not sure)16.9.1
What language and version are you using in your application?
No response
The text was updated successfully, but these errors were encountered: