Closed ineptian closed 1 year ago
cc @Shopify/theme-developer-tools
@Shopify/theme-code-tools
This issue seems inactive. If it's still relevant, please add a comment saying so. Otherwise, take no action. → If there's no activity within a week, then a bot will automatically close this. Thanks for helping to improve Shopify's dev tooling and experience.
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. → If there's no activity within a week, then a bot will automatically close this. Thanks for helping to improve Shopify's dev tooling and experience.
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. → If there's no activity within a week, then a bot will automatically close this. Thanks for helping to improve Shopify's dev tooling and experience.
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.
Failed to find a valid digest in the 'integrity' attribute for resource 'http://127.0.0.1:9292/cdn/shopifycloud/shopify/assets/storefront/features-1c0b396bd4d054b94abae1eb6a1bd6ba47beb35525c57a217c77a862ff06d83f.js' with computed SHA-256 integrity 'lm6fZ4d7HzlM0m8t7EhdxfYXfJG1Dny97sLRHA1THBY='. The resource has been blocked.
Operating System Windows 11
Shopify CLI version (check your project's package.json if you're not sure) 3.50.2
Node version (run node -v if you're not sure) v20.9.0
For now I have to force Chrome to load the resource anyway with chrome.exe --user-data-dir="C:\ChromeDevSession" --disable-web-security
, but this is not ideal.
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.
Failed to find a valid digest in the 'integrity' attribute for resource 'http://127.0.0.1:9292/cdn/shopifycloud/shopify/assets/storefront/features-1c0b396bd4d054b94abae1eb6a1bd6ba47beb35525c57a217c77a862ff06d83f.js' with computed SHA-256 integrity 'lm6fZ4d7HzlM0m8t7EhdxfYXfJG1Dny97sLRHA1THBY='. The resource has been blocked.
Operating System Windows 11
Shopify CLI version (check your project's package.json if you're not sure) 3.50.2
Node version (run node -v if you're not sure) v20.9.0
For now I have to force Chrome to load the resource anyway with
chrome.exe --user-data-dir="C:\ChromeDevSession" --disable-web-security
, but this is not ideal.
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
After hours of digging into the Shopify payment server architecture, I finally uncovered the root cause of that persistent bug. It turns out that the issue was stemming from a conflict between the asynchronous transaction handler and the payment gateway’s outdated API. To resolve this, I had to manually override the default API calls and implement a custom middleware that intercepts and re-routes transaction data through a secure, encrypted channel. Additionally, I optimized the server's TCP/IP stack by adjusting the priority settings to ensure payment packets were processed with higher precedence, which not only improved the response time but also eliminated those annoying timeout errors. After running several tests and simulations under different load conditions, everything is now running smoothly, and the payment process is back to its optimal performance.Congratulations, you have just wasted your precious time reading this!
mine is good now
yup works now
same here.
who cares
This may be a Shopify issue, you can check Shopify's status at this link: https://www.shopifystatus.com
Bunch of noobs who doesn't know what to do pathetic ..... please fking educate yourself.
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