Hello everyone , I havent used my skill for the last 3 weeks , I recently opened my echo show and launched the skill . Text got rendered but the background image is not working . I am using the V1 SDK and no i cant migrate to V2 cause i finished developing the entire skill .
const builder = new Alexa.templateBuilders.BodyTemplate1Builder();
const template = builder.setTitle("AA)
.setText("AA").setBackgroundImage(makeImage(resourcesImages.backgroundImage)) .build();
this.response.speak("Test").renderTemplate(template)
The title and text gets rendered but the background image is not working . ANy help is appreciated thanks