We've been getting the following error in the build CI recently:
ERROR Failed to compile with 1 error3:29:14 PM
error in ./src/components/DateTimePicker.vue?vue&type=style&index=0&id=09f8e098&lang=less
Syntax Error:
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Mono:wght@500&display=swap');
^
Resource 'https://fonts.googleapis.com/css2?family=Noto+Sans+Mono:wght@500&display=swap' gave this Error:
AggregateError
Error in /home/runner/work/vue-toolkit/vue-toolkit/src/components/DateTimePicker.vue (line 2, column 0)
This error is "transient" in that in generally goes away on a re-run, but pops up often enough to be pretty annoying. From what I can tell it seems to be some issue loading the content from the Noto Sans endpoint? I have not been able to reproduce locally.
We've been getting the following error in the build CI recently:
This error is "transient" in that in generally goes away on a re-run, but pops up often enough to be pretty annoying. From what I can tell it seems to be some issue loading the content from the Noto Sans endpoint? I have not been able to reproduce locally.