Hi!
I have a issue with client dependency handler that im stuck with, Uncaught ReferenceError: response is not defined. Its Razor Store im using in uCommerce.
Its a couple of these errorblocks in my console. What to do?
My url to store i /store and not root.
/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 ProductController in API folder, needs to be "ProductsController". Looks like route prefix is not supported. Maybe it's not integrated with my Umbraco 8.6 version
It did work in Umbraco 8.4.0, on another project I have created.
DependencyHandler issue
Hi! I have a issue with client dependency handler that im stuck with, Uncaught ReferenceError: response is not defined. Its Razor Store im using in uCommerce.
Its a couple of these errorblocks in my console. What to do?
My url to store i /store and not root.
/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.
Anyone?
Hi I have the same error with Api controllers from Razorstore.
Did you find a solution?
Figured it out..
The ProductController in API folder, needs to be "ProductsController". Looks like route prefix is not supported. Maybe it's not integrated with my Umbraco 8.6 version
It did work in Umbraco 8.4.0, on another project I have created.
is working on a reply...