Skip to content
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

[Error message] add file permissions in message #336

Closed
wants to merge 1 commit into from

Conversation

Its-Just-Nans
Copy link

@Its-Just-Nans Its-Just-Nans commented Apr 17, 2024

Hi

I had an error with file permissions (exactly this one #303 (comment))

I think we can add the file permissions message to users

Artifact could not be deployed. Please ensure the content does not contain any hard links, symlinks and total size is less than 10GB.

to

Artifact could not be deployed. Please ensure the content does not contain any hard links, symlinks, have correct file permissions and total size is less than 10GB.

Related to:

@Its-Just-Nans Its-Just-Nans requested a review from a team as a code owner April 17, 2024 11:23
@Its-Just-Nans Its-Just-Nans changed the title add message permissions [Error feeback] add file permissions in message Apr 17, 2024
@Its-Just-Nans Its-Just-Nans changed the title [Error feeback] add file permissions in message [Error message] add file permissions in message Apr 17, 2024
Copy link
Contributor

@JamesMGreene JamesMGreene left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is actually caused by a regression on the Pages backend, as we should be returning the deployments_perms_error code instead of the deployment_content_failed code if it is permissions related.

I'll see about getting that corrected in the appropriate place. 👀

@TooManyBees
Copy link
Contributor

TooManyBees commented Apr 25, 2024

Pages deployments on github.com won't fail based on file permissions anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants