-
-
Notifications
You must be signed in to change notification settings - Fork 180
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
Sudden 404: Not Found error #245
Comments
The usual suspects are:
GitHub error messages usually give a 404 instead of 401 in cases like this I'd suggest checking if the token has access, and running bundlesize with |
Running bundlesize with
Doesn't tell me much. Any ideas? |
I have the exact same issue as @denkristoffer, any ideas @siddharthkp ? Using CircleCI. Regarding
How do I check it? @siddharthkp When I tried to generate the token, although I am being asked my GitHub credentials, I do not see another intermediate screen until https://bundlesize-store.now.sh/auth?code=XYZ site |
This comment has been minimized.
This comment has been minimized.
Yep, GitHub sends down a 404 if you don't have permission |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Same here with Circle CI |
This comment has been minimized.
This comment has been minimized.
@siddharthkp I don't think this issue should be closed, missing access was never the problem in my case. |
Oops, sorry. There was another sub-thread in between. |
I just fixed this on our pipeline. The
|
What is the lifetime of this token? A token can not just expire without being automatically refreshed when this is supposed to be embedded into corporate CI workflows. |
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
Bundlesize returns "Could not add github status. 404: Not Found"
Please mention other relevant information.
We've been using bundlesize with Circle CI for months with no issues, but during the night between the 18th and the 19th of September something has broken. We're now getting the above error. I've tried updating and replacing the token ENV var to no avail.
The text was updated successfully, but these errors were encountered: