TypeError: /app/web/www.squareyards.ae/frontend/public_html/dist/src/views/listing/listingV3.ejs:344
   342| <div class="prjctTab-body">
   343| <div class="prjLstsBx-wrpr">
>> 344| <%- include('./partials/listingTileV3', {data:data, queryParams:queryParams, baseUrl, selectedLocalities:selectedLocalities, topLocalityData:topLocalityData, imageSize, currentPageUrl:currentPageUrl, isCleanUrl:isCleanUrl, sanitizeHtml, nearbyExist:false, otherListings:otherListings}) %>
   345| </div>
   346|
   347| <% if(data.nearByListing && data.nearByListing.data.length){ %>

/app/web/www.squareyards.ae/frontend/public_html/dist/src/views/listing/partials/listingTileV3.ejs:114
   112|     <% if(!nearbyExist) { %>
   113|         <% if(typeof isCleanUrl != 'undefined' && isCleanUrl){ %>
>> 114|             <%- include('./listingDseSeoSections',{tileNo: j+1,seoPartialsGap,seoPartialsType,baseUrl,cityName, seoWidgetProjectName, totalTileCount, limit}) %>
   115|         <% } %>
   116|     <% } %>
   117|

/app/web/www.squareyards.ae/frontend/public_html/dist/src/views/listing/partials/listingDseSeoSections.ejs:3
   1| <% if(Object.keys(seoLinksResponse).length > 0){ %>
   2|     <% if(tileNo == totalTileCount && seoPartialsType.type != ''){ %>
>> 3|         <%- include('./seoLinksPartials/otherFilters', {baseUrl,cityName,locationName,seoLinksResponse,seoPartialsType}) %>
   4|         <% seoPartialsType.type = ''; %>
   5|     <% } %>
   6|     <% if(tileNo % seoPartialsGap == 0){ %>

/app/web/www.squareyards.ae/frontend/public_html/dist/src/views/listing/partials/seoLinksPartials/otherFilters.ejs:53
   51|                 <ul class="propertyTypeUl">
   52|                     <% otherFiltersSeoData.forEach(function(fdata){ %>
>> 53|                         <% let title, url;
   54|                         if(fdata.propertyTypeId != undefined && fdata.buildingTypeId != undefined){
   55|                             title = fdata['key'] + ' for ' + ltype + ' in ' + ((pagelevel == 'SUBLOCATION') ? locationName + ', ' + cityName : cityName);
   56|                             if(pagelevel == 'SUBLOCATION'){

Cannot read property 'toLowerCase' of null
   at eval (eval at compile (/app/web/www.squareyards.ae/frontend/public_html/dist/node_modules/ejs/lib/ejs.js:618:12), <anonymous>:132:110)
   at Array.forEach (<anonymous>)
   at eval (eval at compile (/app/web/www.squareyards.ae/frontend/public_html/dist/node_modules/ejs/lib/ejs.js:618:12), <anonymous>:119:28)
   at returnedFn (/app/web/www.squareyards.ae/frontend/public_html/dist/node_modules/ejs/lib/ejs.js:653:17)
   at include (/app/web/www.squareyards.ae/frontend/public_html/dist/node_modules/ejs/lib/ejs.js:651:39)
   at eval (eval at compile (/app/web/www.squareyards.ae/frontend/public_html/dist/node_modules/ejs/lib/ejs.js:618:12), <anonymous>:15:17)
   at returnedFn (/app/web/www.squareyards.ae/frontend/public_html/dist/node_modules/ejs/lib/ejs.js:653:17)
   at include (/app/web/www.squareyards.ae/frontend/public_html/dist/node_modules/ejs/lib/ejs.js:651:39)
   at data.data.forEach (eval at compile (/app/web/www.squareyards.ae/frontend/public_html/dist/node_modules/ejs/lib/ejs.js:618:12), <anonymous>:87:17)
   at Array.forEach (<anonymous>)