-
Notifications
You must be signed in to change notification settings - Fork 78
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
actions/deploy-pages v2 failing with HttpError: Invalid artifact url #225
Comments
I'm experiencing this issue as well. Not sure if this helps, but I noticed the base URL has changed:
|
Experiencing as well and linking to large thread where we have 20 or so confirmations and growing. https://github.com/orgs/community/discussions/67961 |
I think it is a server-side issue, I checked the log of previous successful runs and github was returning the |
The last successful deployment of my website was 1 hour ago 16pm CEST, after that I tried few minutes later but every attempts failed. |
Facing same issue, not able to deploy anything to github pages, the artifact url states:
|
@JamesMGreene looks like you maintain this repo |
There appears to be a permissions issue with the new request URL When I checked the URL above, it said |
I have experienced problems too. I have also commented on the mentioned thread. |
We have the same issue here |
And me |
Upvoting, hope this is fixed soon |
Same problem here! |
Hi ! Same error in my workflow, invalid artifact url errors stop the publish action |
+1 |
Same |
Upvoting, same error on my workflow, hopefully fixed soon |
same error is it looking like a server problem? |
I'll start investigating. Guessing an upstream change rolled out today. 😓 |
Okay so it is not just me lol |
Thank you James, I did a little bit of digging around the GitHub community
forums and it seems to be quite a popular issue at the moment
…On Fri, 22 Sep 2023 at 17:21, James M. Greene ***@***.***> wrote:
I'll start investigating. Guessing an upstream change rolled out today. 😓
—
Reply to this email directly, view it on GitHub
<#225 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEU3IKL5U224WLNR6UPFFILX3W3H7ANCNFSM6AAAAAA5DG57KU>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Could it be that I was pushing tens of commits out in a short span using the pages |
I started a new repo with a single commit for the purpose of deploying it through Pages and encountered this issue. As others have investigated - it looks like the new request URL broke things. |
I think it is safe to say that this is already under investiagation by teams at GitHub (thanks for moving on this fast 🙏), so I think we can all hold tight and wait until things have been resolved. |
until I see proof I don't believe! :D |
Update: We have identified the issue internally. It is indeed related to an upstream rollout. We'll get the Pages deployment creation endpoint patched ASAP today to handle the new URL patterns. 👍🏻 I'll let you all know when it has shipped but it will probably be a few hours. |
I believe! |
@JamesMGreene It would be a good idea to update the status page. The first troubleshooting step says to check that thing, and to all appearances everything is good. So you have hundreds if not thousands of users assuming this is an issue on their end. |
:( |
My keyboard is banana shaped now |
@T313C0mun1s7 Very true. I was trying to establish the actual impact first, which should not be affecting all users as I currently understand it. I've set Pages to status yellow 🟡 now. 👍🏻 |
I want to cry |
@JamesMGreene I literally have a README.md and an extremely simple 10 line index.html, and it is just in the root of my main branch.
So if it is affecting me, I assumed it affected everyone. |
Same issue hopefully the guys are taking care of it! :) |
It-s not working for me either, i only have a index file and it just throws the following errors: |
Status page just went back to green - It is fixed I presume? |
It is fixed :) |
Verified, working for me as well. |
Yeah, works for me too. |
Problema corrigido ! |
Works for me too. Thanks @JamesMGreene! |
@T313C0mun1s7 Unfortunately, it has nothing to due with a site's complexity, just which artifact servers it ended up using. Yes, we're back to status green 🟢: https://www.githubstatus.com/incidents/4ypqyv8zbrck Nearly everyone should be able to successfully create Pages deployments as before, though the last very small slice of users should be fixed in the next hour or so when my internal pull request gets deployed to fully cover the situation. Thanks to all for your reporting and patience. This one admittedly caught us by surprise, so we'll be sure to improve our monitoring configurations. ❤️ |
works for me now! |
Hi. I have a GitHub Pages deployement workflow (at https://github.com/matthewfeickert/chep-2023-proceedings-software-citation) that worked 5 hours ago and now with no changes to the GitHub Actions workflow
actions/upload-pages-artifact@v2
is succeeding (as expected)but then
actions/deploy-pages@v2
is failing withhttps://www.githubstatus.com/ is also not currently showing any degraded performance.
Does anyone know what broke?
The text was updated successfully, but these errors were encountered: