This topic was automatically generated from Slack. You can find the original thread here.
The datastore is not loading the values
I tried a different browser and an incognito browser
This topic was automatically generated from Slack. You can find the original thread here.
The datastore is not loading the values
I tried a different browser and an incognito browser
Hey , that’s strange I can’t reproduce. Are you able to open the developer tools network or console and see if there are any errors there?
This is happening in different orgs.
Nice I think that will help a lot, will share it with the team
Thanks!
Additional Note: I tried it on my laptop and it did not load there either.
Could it be due to an add blocker?
I disabled mine on pipedream.com a while ago, possibly for this very reason.
The browser I use for pipedream does not have a a adblocker.
I am on chrome with no add blocker. I tried clearing application cache and don’t have any luck.
Access to script at 'https://unpkg.com/brotli-wasm@3.0.0/pkg.web/brotli_wasm?module' from origin 'https://pipedream.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.Understand this errorAI
index.web.js:4
GET https://unpkg.com/brotli-wasm@3.0.0/pkg.web/brotli_wasm?module net::ERR_FAILED 404 (Not Found)Understand this errorAI
urql.5f3f8575.js:24 [Vue warn]: Error in https://vuejs.org/error-reference/#runtime-6: "TypeError: Failed to fetch dynamically imported module: https://unpkg.com/brotli-wasm@3.0.0/index.web.js?module"
(found in SmurtButton at button.vue)
This is called first:
https://unpkg.com/brotli-wasm@3.0.0/index.web.js?module
which redirects
https://unpkg.com/brotli-wasm@3.0.0/pkg.web/brotli_wasm?module
I did an override of the javascript to use 3.0.1 and it loaded properly