You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error with trace is shown below. Points to start of "---" front-matter in the debugger and only started happening with latest releases.
error Invalid URL
Code:
> 1 | ---
| ^
2 | import { t } from "i18next";
3 | import { HeadHrefLangs } from "astro-i18next/components";
Stacktrace:
at new NodeError (node:internal/errors:371:5)
at onParseError (node:internal/url:552:9)
at new URL (node:internal/url:628:5)
at /XXXXXXX/src/components/core/BaseLayoutHead.astro:1:0
at renderToIterable (/node_modules/astro/dist/runtime/server/index.js:544:27)
at renderAstroComponentInline (/node_modules/astro/dist/runtime/server/index.js:161:28)
at renderAstroComponentInline.next ()
at _render (/node_modules/astro/dist/runtime/server/index.js:39:5)
at async AstroComponent.[Symbol.asyncIterator] (/node_modules/astro/dist/runtime/server/index.js:58:7)
at async renderAstroComponent (/node_modules/astro/dist/runtime/server/index.js:675:20)
Link to Minimal Reproducible Example
N/A
Participation
I am willing to submit a pull request for this issue.
The text was updated successfully, but these errors were encountered:
What version of
astro
are you using?v1.0.0-rc.6
Are you using an SSR adapter? If so, which one?
None
What package manager are you using?
npm
What operating system are you using?
Linux
Describe the Bug
Error with trace is shown below. Points to start of "---" front-matter in the debugger and only started happening with latest releases.
error Invalid URL
Code:
> 1 | ---
| ^
2 | import { t } from "i18next";
3 | import { HeadHrefLangs } from "astro-i18next/components";
Stacktrace:
at new NodeError (node:internal/errors:371:5)
at onParseError (node:internal/url:552:9)
at new URL (node:internal/url:628:5)
at /XXXXXXX/src/components/core/BaseLayoutHead.astro:1:0
at renderToIterable (/node_modules/astro/dist/runtime/server/index.js:544:27)
at renderAstroComponentInline (/node_modules/astro/dist/runtime/server/index.js:161:28)
at renderAstroComponentInline.next ()
at _render (/node_modules/astro/dist/runtime/server/index.js:39:5)
at async AstroComponent.[Symbol.asyncIterator] (/node_modules/astro/dist/runtime/server/index.js:58:7)
at async renderAstroComponent (/node_modules/astro/dist/runtime/server/index.js:675:20)
Link to Minimal Reproducible Example
N/A
Participation
The text was updated successfully, but these errors were encountered: