/opt/render/project/src/views/modules/profile/profile.ejs:8
6| <%- include("../../modules/navigationBar.ejs") %>
7|
>> 8| <%- include("../../modules/profile/profileHeader.ejs"), {
9| profileSession: profileSession
10| } %>
11| <br>
/opt/render/project/src/views/modules/profile/profileHeader.ejs:14
12| <h4 class="mb-1 text-white"><i class="fa-solid fa-circle" style="color: red;"></i> Last Seen <%= profileSession.lastOnlineDiff %> ago on <%= profileSession.server.charAt(0).toUpperCase() + profileSession.server.slice(1) %></h4>
13| <% } else { %>
>> 14| <h4 class="mb-1 text-white"><i class="fa-solid fa-circle" style="color: green;"></i> Currently Online on <%= profileSession.server.charAt(0).toUpperCase() + profileSession.server.slice(1) %></h4>
15| <% } %>
16| </div>
17| </div>
Cannot read properties of null (reading 'charAt')
TypeError: /opt/render/project/src/views/modules/profile/profile.ejs:8
6| <%- include("../../modules/navigationBar.ejs") %>
7|
>> 8| <%- include("../../modules/profile/profileHeader.ejs"), {
9| profileSession: profileSession
10| } %>
11| <br>
/opt/render/project/src/views/modules/profile/profileHeader.ejs:14
12| <h4 class="mb-1 text-white"><i class="fa-solid fa-circle" style="color: red;"></i> Last Seen <%= profileSession.lastOnlineDiff %> ago on <%= profileSession.server.charAt(0).toUpperCase() + profileSession.server.slice(1) %></h4>
13| <% } else { %>
>> 14| <h4 class="mb-1 text-white"><i class="fa-solid fa-circle" style="color: green;"></i> Currently Online on <%= profileSession.server.charAt(0).toUpperCase() + profileSession.server.slice(1) %></h4>
15| <% } %>
16| </div>
17| </div>
Cannot read properties of null (reading 'charAt')