bundlesize: Requests to bundlesize-store are failing
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
Requests to https://bundlesize-store.now.sh/build?info=<info here>
get a connection closed error from the server
This happens for both new checks all old ones which used to work
If the current behavior is a bug, please provide the steps to reproduce.
Click the link to a bundlesize summary on a github CI check
What is the expected behavior?
It should show all files which were checked and the changes to their size
About this issue
- Original URL
- State: open
- Created 5 years ago
- Comments: 16 (8 by maintainers)
Hey!
I’m working on a new version (1.0.0) of bundlesize that fixes most of these problems.
To not break any of the applications that use bundlesize with npx or with
@latest
, I’m building in a separate repo + app (until it’s ready)If you’d like you can try it out: https://github.com/siddharthkp/bundlesize2
Migration path:
bundlesize2
instead ofbundlesize
--enable-github-checks
+ authorize bundlesize2 app. More in the docsBUNDLESIZE_GITHUB_TOKEN
from your CI nowNote: This is only until the new version is ready and then it will be merged back in this project as a major release
No updates yet. One of these days…