-
-
Notifications
You must be signed in to change notification settings - Fork 432
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
Service down - usage with @beyonk/google-fonts-webpack-plugin #131
Comments
yeah, i have the same error. webpack fails to build and breaks build |
Service down from last three to four hours... |
Heroku had some incidents, maybe this is related to that? |
Created temporary service here to unblock builds Can be used like this:
|
I switched to using fontsource instead instead (https://fontsource.org/). It's easy to set up, and avoids remote dependencies other than npm when installing. All that's necessary is:
|
this is still going on... any idea when this will be resolved? |
Noob question here, @mutdmour would you like to provide instructions on how I can setup my own mirror of this, too? This has been happening a lot lately, and I'd like to provide a permanent mirror if possible. |
@Dan0sz great idea as I don't plan to support this temporary service forever.. At least until this original service goes back up or https://github.com/n8n-io/n8n migrates over to fontsource.. (I don't have a timeline for this yet, but I will give heads up in this thread and give some time before deprecating, maybe even do a scream test) I created a fork here and fixed build issues until it was working on heroku with the latest node version To deploy this service with Heroku:
|
are there docs about how to setup this on a basic linux machine (no heroku)? |
@c33s it's a simple express service.. you can run it with |
Glad it came back online... and sad about the lack of updates in this repo :( |
With n8n switching to fontsource and the original service back up, I am going to end support for the mirror service (https://n8n-google-fonts-helper.herokuapp.com/api/fonts).. If you are using this, you have until October 4th to make the switch... |
I’ve been working on replacing this repo entirely with Fontsource. That includes serving an API for external applications (with more plans on improving this service). Do check this out for future projects if you need something similar: https://fontsource.org/docs/api/introduction It should be more production-friendly too since we’ve got sponsored dedicated servers. Feel free to create issues and suggestions for the project too, as I ideally want to completely replace google-webfonts-helper in the future. |
I setup my own. Thanks a lot for the help! I'll also look into migrating to FontSource. The only thing is that I have some users that require access to TTF, EOT files, etc. I guess I should just give them a heads up, that they should update their platforms :) |
Service is still getting requests. I just turned switched instance to free Heroku mode, so it will no longer be reliable. You can switch back to original service or FontSource alternative one. |
dup #151 (comment) |
Service is currently unavailable which is pretty bad for webpack builds which use google-fonts-webpack-plugin since the builds will fail silently.
The text was updated successfully, but these errors were encountered: