Unable to render Carousel Widget

0
Error message in my local environment: Unable to render CarouselwidgetCarousel_0 widget: Unable to load http://localhost:8080/mxclientsystem/mxclientsystem/dojo///////widgets/Carousel/widget/templates/Carousel/html/[object Object]?311 status:404 Is this because there is no 3.1.1 version of this widget???
asked
2 answers
2

Open the widget carousel.js replace the line with templatepath with

  templatePath : mx.moduleUrl('Carousel', "widget/templates/Carousel.html"),

zip it back to the carousel.mpk

answered
0

status:404 - looks more like a permissions issue. Does the user you are logged in as have permission to the objects storing the images displayed in the carousel?

answered