Hi Everyone,
I have created SmartUI extension in CS version 16.2.4 where I am using handlebars. Everything is working fine in v16.2.4 but when It comes to v16.2.6 (upgraded from 16.2.4), same module is failing to load handlebar(.hbs) files from server (Error: 404-Not Found).
When I observed the ajax requests, I noticed a difference in response headers between v16.2.4(Content-Type=application/javascript) and v16.2.6(Content-Type=text/html)
Can somebody tell me where we need to fix this?
Thanks