-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
state/needs-investigationThis requires input from HQ or community to proceedThis requires input from HQ or community to proceedstate/reproducedWe have reproduced the issueWe have reproduced the issuetype/bug
Description
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
14.2.0
Bug summary
When health check on permissions return error, the "Read More" link for "Folder creation" goes to a 404 page
link in the button: https://umbra.co/healthchecks-folder-creation
the final url after redirect: https://github.com/umbraco/UmbracoCMSDocs/blob/main/Articles/HealthChecks/Guides/FolderAndFilePermissions.md
the file where link exists:
| public const string FolderCreation = "https://umbra.co/healthchecks-folder-creation"; |
Specifics
No response
Steps to reproduce
change permissions in the project folder (or use docker image)
run health checks
let the folder creation give error
click the "Read more" button

Expected result / actual result
A help page needs to opened but I see a 404 page
Metadata
Metadata
Assignees
Labels
state/needs-investigationThis requires input from HQ or community to proceedThis requires input from HQ or community to proceedstate/reproducedWe have reproduced the issueWe have reproduced the issuetype/bug