Closed dsmith-digitalmint closed 3 weeks ago
Hi @dsmith-digitalmint , I'm sorry for my delay in responding to this issue. These past weeks I've been overloaded.
You can avoid this issue by removing all spaces inside the <script>
block. So, instead of writing:
<script
type="text/javascript"
id="Cookiebot"
src="https://consent.cookiebot.com/uc.js"
data-cbid="d14922fe-e985-4886-9910-cf8a45c1406b"
data-blockingmode="auto"
async>
</script>
Write:
<script
type="text/javascript"
id="Cookiebot"
src="https://consent.cookiebot.com/uc.js"
data-cbid="d14922fe-e985-4886-9910-cf8a45c1406b"
data-blockingmode="auto"
async></script>
I'll be working on a more flexible solution, but this will solve your problem for now.
I tried that and got the following error:
DId you want to put another bounty on this issue like we discussed?
When building the application with the following script:
I get the following error:
09:15:11 [WARN] [@kindspells/astro-shield-post-config-setup] Script "https://consent.cookiebot.com/uc.js" must have either a src/href attribute or content, but not both. Removing it.