You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an issue with client dependency handler that I am stuck with.
Uncaught ReferenceError: response is not defined.
I'm using Razor Store in uCommerce. There are a couple of these error blocks in my console. What is wrong?
/ucommerceapi/razorstore/products/getproductinformation:1 Failed to load resource: the server responded with a status of 404 (Not Found) DependencyHandler.axd?s=xxxx Uncaught ReferenceError: response is not defined at Object.
The URL to my store is: /store. It is not the root folder.
The text was updated successfully, but these errors were encountered:
I've not seen this error ever in this history of Client Dependency which is a very long time so I'm cautious to consider that this is a bug with CDF.
I can only suggest that you find a way to replicate this issue with the most basic steps from an empty site and if you can then I can at least go from there. I am not familiar with uCommerce but if the rest of Umbraco is working then I would consider this an issue with uCommerce's implementation of CDF?
Or if you turn debug='true' in your web.config which disables CDF, maybe it's just a JS error but its being reported from the bundler handler DependencyHandler.
I have an issue with client dependency handler that I am stuck with.
Uncaught ReferenceError: response is not defined.
I'm using Razor Store in uCommerce. There are a couple of these error blocks in my console. What is wrong?
/ucommerceapi/razorstore/products/getproductinformation:1 Failed to load resource: the server responded with a status of 404 (Not Found) DependencyHandler.axd?s=xxxx Uncaught ReferenceError: response is not defined at Object.
The URL to my store is: /store. It is not the root folder.
The text was updated successfully, but these errors were encountered: