Hyperlinks in Velocity Report are Missing Context Path

Jonathan Rivera
Jonathan Rivera
  • Updated

Author: Jonathan Rivera

Date: March 15, 2024

Audience: Everyone

Environmental details: Self-Hosted or Cloud

Summary: 

When generating a velocity report, the generated report contained hyperlinks that are missing the set context path.

Solution:

  1. Check your velocity template for a missing forward slash anywhere in the code where you are generating hyperlinks

    For example, this line would need to be changed

    <BASE href="${baseUrl}">
    to
    <BASE href="${baseUrl}/">

  2. Upload the new edited version of the velocity template to the existing report or create a new report

Cause:

If the forward slash is not included, the base URL will generate without the context path.

Related Articles, Links, etc.:

Additional Information/Metadata:

  •  

Please feel free to leave feedback in the comments below.

Related to

Was this article helpful?

0 out of 0 found this helpful

Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.