Duplicate asset path v 3.1.1 using rebrand=true when hosting as sub site/app #343
Closed
daxydoggie
started this conversation in
General
Replies: 1 comment 3 replies
-
Can you share a screenshot or the errors you're seeing? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm using and setting rebrand to true in the options.
I'm getting lots of 404s due to the following being rendered, there seems to be a duplicate asset path again, that was fixed some while ago but seems maybe to be back?
<meta property="og:image" content="https://forms.north-norfolk.gov.uk/xforms/assets/assets/rebrand/images/govuk-opengraph-image.png?v=5.10.2">
if i take out rebrand=true it renders correctly
<meta property="og:image" content="https://outreach-dev.north-norfolk.gov.uk/forms/assets/images/govuk-opengraph-image.png?v=5.10.2">
I did try to set the viewbag property to override this with a different absolute url but get
RuntimeBinderException: Cannot implicitly convert type 'string' to 'bool'
I suppose I'd rather just have the duplicate asset path bit fixed please if you can! back to the way it was :)
Thanks
Craig.
Beta Was this translation helpful? Give feedback.
All reactions