Luis Peralta
Luis Peralta
I am unable to get esphome to build using the components in this PR (I was against PR #3255). This is the relevant config part: ``` external_components: - source: github://pr#4710...
Found the issue: missing dependencies and esphome silently eating the exception. Missing dependencies in the official docker container are `reportlab` and `svglib`.
I am unable to reproduce the issue, although some external crawlers are triggering the error on my site. Searching for `Unable to preload CSS _nuxt` on Google shows a few...
Maybe @masylum can bring some light to the issue, as one of the crawlers triggering the error is the one getting bookmark metadata on fika.bar. What is the http client...
Hey @masylum, thanks for providing details. I have not been able to validate the fix, although it is now released on nuxt v3.12.2 (I will be able to validate it...
I ran into the same issue and investigated a little bit further. Nitro's Netlify edge functions are run for every single route, and nitro's endpoint is set for `/*` without...
Any updates? I am trying to build a custom preset in my nuxt project but the build is failing just after starting with this error.
Thanks for the quick response @pi0 -- I have verified that the following workaround solves the issue: https://github.com/storipress/site-generator/blob/355ce4a5526645da85b24703946a30ce12014d54/playground/nitro/nitro-preset.ts#L3 I understand the point about contributing to custom resets but, in some...