-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fonts sometimes missing in production build #356
Comments
yes, it might be worth retrying the fetch a couple of times, and if not - failing the build ... we can implement in https://github.com/unjs/unifont. |
Unifont has added support for retries. @danielroe I think we should create a new release with the new unifont. |
✅ Done - latest release should pull in the latest |
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've been having an issue with this module, where the fetching of font files sometimes fails during the production build. I haven't been able to create a reliable reproduction yet—it seems to happen at random.
The build is done in GitHub CI, where a Docker image is built, using Node version 18.
This is the error log from the problematic deployment:
Has anyone else come across this issue? Wouldn't it be better to exit rather than continue with the build if the font fetch fails?
The text was updated successfully, but these errors were encountered: