-
Notifications
You must be signed in to change notification settings - Fork 24
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
Failing builds due to API_URL not reachable #22
Comments
That's recurring issue and will be forever as the service is hosted by an individual for free and has no guarantee for stability. You can:
|
This time, the error is a little bit different: The URL changed from https://google-webfonts-helper.herokuapp.com/api/fonts to https://gwfh.mranftl.com/fonts so there's a need for a small update. Please visit the old URL for a short explanation. |
Thank you for pointing this out. Got my build working by overwriting default value of For example:
|
The webpack builds are failing as https://google-webfonts-helper.herokuapp.com/api/fonts is currently not reachable.
The text was updated successfully, but these errors were encountered: