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
Currently apps/demo-nextjs (maybe a few others) reaches out to an external provider to retrieve fonts (Google).
We should't rely on external services for our pipelines, so that we have a resilient process.
demo-nextjs:pretest: FetchError: request to https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap failed, reason:
demo-nextjs:pretest: src/app/layout.tsx
demo-nextjs:pretest: `next/font` error:
demo-nextjs:pretest: Failed to fetch `Inter` from Google Fonts.
demo-nextjs:pretest: ELIFECYCLE Command failed with exit code 1.
Currently
apps/demo-nextjs
(maybe a few others) reaches out to an external provider to retrieve fonts (Google).We should't rely on external services for our pipelines, so that we have a resilient process.
[Source]
The text was updated successfully, but these errors were encountered: