Getting a velocity error on prod1. Can log in by clicking on login link on top-right, but after login I get redirected to a homepage that crashes. Only the nav links on the top work. Likely related to the URL redirection?
Failed to execute the [velocity] macro
org.xwiki.rendering.macro.MacroExecutionException: Failed to evaluate Velocity Macro for content [#if ($xcontext.user != 'XWiki.XWikiGuest')
[...]
Caused by: org.xwiki.velocity.XWikiVelocityException: Failed to evaluate content with id [xwiki:PhenomeCentral.login]
at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:247)
at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:187)
at org.xwiki.rendering.internal.macro.velocity.VelocityMacro.evaluateString(VelocityMacro.java:124)
... 98 more
Caused by: org.apache.velocity.runtime.parser.TemplateParseException: Encountered "" at xwiki:PhenomeCentral.login[line 37, column 9]
Getting a velocity error on prod1. Can log in by clicking on login link on top-right, but after login I get redirected to a homepage that crashes. Only the nav links on the top work. Likely related to the URL redirection?