#2129 – Topic Creation Buttons |
#2105 – [A] TypeError: Cannot read properties of undefined (reading 'forEach') |
#1964 – [A] Error: Cannot enqueue Query after fatal error. |
#1939 – Staff Issues page error |
#1885 – Audit Logs bug |
#1846 – Webhooks On Projects |
#1789 – [A] Error: Cannot enqueue Query after fatal error. |
#1784 – [A] Error: read ECONNRESET |
#1539 – Initial user account |
#1502 – Account HREF link on comments. |
#992 – [A] Error: Cannot enqueue Query after fatal error. |
#217 – [A] TypeError: Cannot read properties of undefined (reading 'insertId') |
#207 – [A] TypeError: Cannot read properties of undefined (reading '0') |
#46 – Sidebar x-overflow |
#22 – Feedback page has 'Issue' subtitles |
#18 – [A] TypeError: Cannot read properties of null (reading 'split') |
#17 – [A] Error: Only absolute URLs are supported |
#15 – Solved items still show under assigned. |
#11 – Logout Button |
#8 – No filter on upvotes. |
#6 – Archived Projects |
#4 – Can't update site title & description |
#3 – Upvote limit |
Staff Issues page error
By FAXES |
Details
Status: Solved
Affects Version(s):
1.4.5
Labels: None
Fix Version: 1.5.0
Category: Front-end
Description
Expected behaviour:
Load the page to the client.
Current behaviour:
Displays this error;
Cannot read properties of undefined (reading 'title')
at eval ("/home/faxtrack/src/views/staffissues.ejs":58:61)
at Array.forEach (<anonymous>)
at eval ("/home/faxtrack/src/views/staffissues.ejs":52:15)
at staffissues (/home/faxtrack/node_modules/ejs/lib/ejs.js:703:17)
at tryHandleCache (/home/faxtrack/node_modules/ejs/lib/ejs.js:274:36)
at View.engine (/home/faxtrack/node_modules/ejs/lib/ejs.js:491:10)
at View.render (/home/faxtrack/node_modules/express/lib/view.js:135:8)
at tryRender (/home/faxtrack/node_modules/express/lib/application.js:657:10)
at Function.render (/home/faxtrack/node_modules/express/lib/application.js:609:3)
at ServerResponse.render (/home/faxtrack/node_modules/express/lib/response.js:1039:7)
Steps to reproduce:
Go to the /staff/issues route
Activity