TypeError: /root/pico/Backend/views/store/store.ejs:5
   3|   <head>
   4|     <meta charset="utf-8">
>> 5|     <title><%= store.name %></title>
   6|     <meta name="viewport" content="width=device-width, initial-scale=1">
   7|
   8|     <link rel="stylesheet" type="text/css" href="/css/bootstrap.3.3.6.min.css">

Cannot read property 'name' of null
   at eval (eval at compile (/root/pico/Backend/node_modules/ejs/lib/ejs.js:485:12), <anonymous>:11:29)
   at returnedFn (/root/pico/Backend/node_modules/ejs/lib/ejs.js:514:17)
   at View.exports.renderFile [as engine] (/root/pico/Backend/node_modules/ejs/lib/ejs.js:358:31)
   at View.render (/root/pico/Backend/node_modules/express/lib/view.js:126:8)
   at tryRender (/root/pico/Backend/node_modules/express/lib/application.js:639:10)
   at Function.render (/root/pico/Backend/node_modules/express/lib/application.js:591:3)
   at ServerResponse.render (/root/pico/Backend/node_modules/express/lib/response.js:961:7)
   at store (/root/pico/Backend/controllers/webController.js:26:7)
   at runMicrotasks (<anonymous>)
   at processTicksAndRejections (internal/process/task_queues.js:95:5)