Skip to content
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

Client DependencyHandler issue on umbraco 8 #173

Open
torerik opened this issue Dec 18, 2019 · 4 comments
Open

Client DependencyHandler issue on umbraco 8 #173

torerik opened this issue Dec 18, 2019 · 4 comments
Labels

Comments

@torerik
Copy link

torerik commented Dec 18, 2019

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.

@Shazwazza
Copy link
Owner

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?

@torerik
Copy link
Author

torerik commented Dec 19, 2019

Ok, i think its the post method in getProductInformation function. Cant find the post path....

@Shazwazza
Copy link
Owner

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.

@torerik
Copy link
Author

torerik commented Dec 19, 2019

I've tried debug=true - but maybe i can try and see what the console say once more :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants