homeHomeOops, something went wrong...
/home/sinematurk/sinematurk/server/views/pages/filmDetails.pug:750 748| .col-3.pb-2 749| .employees > 750| a(href=`/kisi/${employee.person.id}-${sefLink(employee.person.name)}`, target="_self") 751| .img(style="position:relative;") 752| .img-fluid(style=`height:120px;background-image: url(${helper.avatar(employee.person.person_poster)});background-repeat: no-repeat;background-position: center top;background-size: cover`) 753| .employeeWrapper(style="text-align:center;margin-top:10px;font-weight:bold;font-size:13px;color:#666;") Cannot read properties of null (reading 'id')
View Debug Trace
TypeError: /home/sinematurk/sinematurk/server/views/pages/filmDetails.pug:750
    748|                                                                                                                              .col-3.pb-2
    749|                                                                                                                                   .employees
  > 750|                                                                                                                                        a(href=`/kisi/${employee.person.id}-${sefLink(employee.person.name)}`, target="_self")
    751|                                                                                                                                             .img(style="position:relative;")
    752|                                                                                                                                                  .img-fluid(style=`height:120px;background-image: url(${helper.avatar(employee.person.person_poster)});background-repeat: no-repeat;background-position: center top;background-size: cover`)
    753|                                                                                                                                        .employeeWrapper(style="text-align:center;margin-top:10px;font-weight:bold;font-size:13px;color:#666;")

Cannot read properties of null (reading 'id')
    at eval (eval at wrap (/home/sinematurk/sinematurk/node_modules/pug-runtime/wrap.js:6:10), <anonymous>:3202:78)
    at eval (eval at wrap (/home/sinematurk/sinematurk/node_modules/pug-runtime/wrap.js:6:10), <anonymous>:3269:4)
    at eval (eval at wrap (/home/sinematurk/sinematurk/node_modules/pug-runtime/wrap.js:6:10), <anonymous>:3380:4)
    at template (eval at wrap (/home/sinematurk/sinematurk/node_modules/pug-runtime/wrap.js:6:10), <anonymous>:4744: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:81394)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)