-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Restore Open Collective sponsors to site #3974
Comments
I'll invoke the backup plan first thing tomorrow unless upstream moves fast tonight. |
FYI some movement on my upstream PR with the promise that "Maybe not today, but it could be landed sometime this week." Therefore, backup plan it is. |
Leaving open so we can revert the static build when Open Collective adds the CORS support. But this is less urgent than it was five minutes ago thanks to #3977. |
Tracking the CORS support at opencollective/opencollective-rest#362. |
We had a build time out, and its last words were a 403 fetching the JSON. I don't know whether they clamp down on or rate limit GitHub Actions. I'm also not 100% certain that's what hung the build. Maybe we need a more "sbt way" to fail than throwing here? https://github.com/typelevel/cats/pull/3871/checks?check_run_id=3440181444#step:7:262 |
Darn, it never just works, does it!
Can somebody get the API key for Typelevel and set it as a secret? Instructions here: https://medium.com/open-collective/open-collective-graphql-api-preview-3b42ed1d55ff
My bad, never quite figured out sbt. I think I know how to fix this. |
@djspiewak is the only admin right now, so I think he'd need to provide the key. This means we're going to have to keep it as part of the build process, doesn't it? And if we do that, periodically refresh the site? I guess we could have a scheduled GitHub workflow just to fetch this JSON, and then our fetch could fetch that. |
Well, until I bug them enough to get my CORS fix live 😛 Alternatives:
|
I tried with #3972 and made it worse, because I used a non-CORS endpoint after hacking CORS locally. The conversation continued on that issue, but it is very important we find and publish a solution. This is to hold us accountable for doing so quickly, or to revert #3972 and manually add a couple more sponsors if there is no quick solution.
@armanbilge has PR'ed a fix upstream, and also has a backup plan.
The text was updated successfully, but these errors were encountered: