homeHomeOops, something went wrong...
/home/sinematurk/sinematurk/server/views/pages/personDetails.pug:3 1| extends ../layout 2| block meta > 3| title!=personDetails.name + ' | SinemaTürk' 4| meta(name='keywords' content=`${personDetails.keywords}`) 5| block head 6| link(rel="stylesheet", href="/general/css/video-js.css") Cannot read properties of null (reading 'name')
View Debug Trace
TypeError: /home/sinematurk/sinematurk/server/views/pages/personDetails.pug:3
    1| extends ../layout
    2| block meta
  > 3|      title!=personDetails.name + ' | SinemaTürk'
    4|      meta(name='keywords' content=`${personDetails.keywords}`)
    5| block head
    6|      link(rel="stylesheet", href="/general/css/video-js.css")

Cannot read properties of null (reading 'name')
    at eval (eval at wrap (/home/sinematurk/sinematurk/node_modules/pug-runtime/wrap.js:6:10), <anonymous>:19:60)
    at template (eval at wrap (/home/sinematurk/sinematurk/node_modules/pug-runtime/wrap.js:6:10), <anonymous>:3012:7)
    at Object.exports.renderFile (/home/sinematurk/sinematurk/node_modules/pug/lib/index.js:454:38)
    at Object.exports.renderFile (/home/sinematurk/sinematurk/node_modules/pug/lib/index.js:444:21)
    at View.exports.__express [as engine] (/home/sinematurk/sinematurk/node_modules/pug/lib/index.js:493:11)
    at View.render (/home/sinematurk/sinematurk/node_modules/express/lib/view.js:135:8)
    at tryRender (/home/sinematurk/sinematurk/node_modules/express/lib/application.js:640:10)
    at Function.render (/home/sinematurk/sinematurk/node_modules/express/lib/application.js:592:3)
    at ServerResponse.render (/home/sinematurk/sinematurk/node_modules/express/lib/response.js:1012:7)
    at routes.<computed> (/home/sinematurk/sinematurk/server/controllers/main.js:1:86668)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)