/var/www/keepthemove/city/views/portal/modules/sell/shopList.ejs:1
>> 1| <%- include('./partials/headerShop.ejs') %>
2| <%- include('./partials/scripts.ejs') %>
3|
4| <main class="main" id="city">
/var/www/keepthemove/city/views/portal/modules/sell/partials/headerShop.ejs:11
9| <head>
10| <% if(typeof universe != 'undefined') { %>
>> 11| <title><%=universe.name%> | <%=company.name%> ~ <%=company.shortDesc%></title>
12| <% } else { %>
13| <% if(typeof shop != 'undefined') { %>
14| <% if(shop != null) { %>
Cannot read properties of null (reading 'name')