TypeError: /root/sacli/views/landing/products.ejs:51
49| <p><%- product.description2[lang] %></p>
50| <ul>
>> 51| <% product.features[lang].forEach(function(feature) { %>
52| <li><%- feature %></li>
53| <% }); %>
54| </ul>
Cannot read properties of undefined (reading 'forEach')
at eval ("/root/sacli/views/landing/products.ejs":75:31)
at Array.forEach (<anonymous>)
at eval ("/root/sacli/views/landing/products.ejs":55:26)
at Array.forEach (<anonymous>)
at eval ("/root/sacli/views/landing/products.ejs":44:17)
at products (/root/sacli/node_modules/ejs/lib/ejs.js:703:17)
at tryHandleCache (/root/sacli/node_modules/ejs/lib/ejs.js:274:36)
at View.exports.renderFile [as engine] (/root/sacli/node_modules/ejs/lib/ejs.js:491:10)
at View.render (/root/sacli/node_modules/express/lib/view.js:135:8)
at tryRender (/root/sacli/node_modules/express/lib/application.js:657:10)