Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Luis MajanoLuis MajanoReporter
Wesley HamptonWesley HamptonComponents
Fix versions
Priority
Major
Details
Details
Assignee
Luis Majano
Luis MajanoReporter
Wesley Hampton
Wesley HamptonComponents
Fix versions
Priority
Sentry
Sentry
Sentry
Created January 4, 2017 at 2:51 PM
Updated September 20, 2018 at 6:38 PM
Resolved April 5, 2018 at 7:45 PM
The double slashes in the path (between "databoss" and "includes") in the DataBoss source are causing those resources to not load on our web server. It only effects the minified CSS and JS files so my guess this is something wrong happening in the build process when those are generated. Thanks.
<link href="/path/to/my/app/modules/databoss//includes/css/6a4a3f20.databoss.min.css" type="text/css" rel="stylesheet" />
<script src="path/to/my/app/modules/databoss//includes/js/93fdf9fa.databoss.min.js" type="text/javascript"></script>