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

image

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)

Most upvoted comments

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:

  1. Use the npm package bundlesize2 instead of bundlesize
  2. If you’d like status reported back to github, use the flag --enable-github-checks + authorize bundlesize2 app. More in the docs
  3. You can remove BUNDLESIZE_GITHUB_TOKEN from your CI now
  4. If anything breaks, let me know 😃

Note: 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…