A FreeMarker exception occurred. See the FusionAuth Event Log for additional details.
Blamed expression: application
Line number: 1298
Column number: 93
End column number: 103
Theme Id: 23ad4016-158f-4a92-8b69-79acf13858fd
Template name: /_helpers.ftl
Message:
The following has evaluated to null or missing:
==> application [in template "##23ad4016-158f-4a92-8b69-79acf13858fd##templates/_helpers.ftl" at line 1298, column 93]
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use [#if myOptionalVar??]when-present[#else]when-missing[/#if]. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----
----
FTL stack trace ("~" means nesting-related):
- Failed at: #macro button text icon="" color="blu... [in template "##23ad4016-158f-4a92-8b69-79acf13858fd##templates/_helpers.ftl" in macro "button" at line 1298, column 1]
- Reached through: @helpers.button color="button size-bi... [in template "##23ad4016-158f-4a92-8b69-79acf13858fd##templates/password/forgot.ftl" at line 41, column 29]
~ Reached through: #nested [in template "##23ad4016-158f-4a92-8b69-79acf13858fd##templates/_helpers.ftl" in macro "databoxAuth" at line 246, column 21]
~ Reached through: @helpers.databoxAuth showSignup=true [in template "##23ad4016-158f-4a92-8b69-79acf13858fd##templates/password/forgot.ftl" at line 20, column 4]
~ Reached through: #nested [in template "##23ad4016-158f-4a92-8b69-79acf13858fd##templates/_helpers.ftl" in macro "html" at line 31, column 5]
~ Reached through: @helpers.html [in template "##23ad4016-158f-4a92-8b69-79acf13858fd##templates/password/forgot.ftl" at line 9, column 1]
----