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:
- 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}/">
- 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
Comments
0 comments
Please sign in to leave a comment.