diff --git a/nodejs/templates/error.ejs b/nodejs/templates/error.ejs
index d64391e..91f47a9 100644
--- a/nodejs/templates/error.ejs
+++ b/nodejs/templates/error.ejs
@@ -97,7 +97,7 @@
<% const creator_info = params.creator_info || {}; %>
- <% if (!creator_info.hidden) { %>
+ <% if (!(creator_info.hidden ?? true)) { %>
<% } %>