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

News articles are sometimes outside of the allowed parent #2

Open
rosspetev opened this issue Mar 30, 2023 · 2 comments
Open

News articles are sometimes outside of the allowed parent #2

rosspetev opened this issue Mar 30, 2023 · 2 comments

Comments

@rosspetev
Copy link

Describe the bug
First off - I've not been able to replicate this, though I've seen this happen in production twice.

News articles are occasionally created (along with the year & month) folder under the site root instead of the allowed parent (News).
In this latest occurrence, the year and month folders had already been correctly created under 'News' as part of previous article creations.

_Using version: Umbraco version 10.2.0, DateFolders: 10.1.0

This is our config:
"DateFolders": {
"CreateDayFolders": false,
"OrderByDescending": true,
"FolderDocType": "dateFolder",
"ItemDocTypes": [ "newsArticle" ],
"AllowedParentDocTypes": [ "news" ]
},

Any tips that might help troubleshoot this much appreciated.

image

@D-Inventor
Copy link
Member

Hi @rosspetev ! Thank you very much for getting in touch with us. Your report is very clear. We're going to do some investigating and come back to you when we know something or if we have more questions.

@D-Inventor
Copy link
Member

It's my understanding that this isn't the first time that we hear or see this, but as of yet, we're unable to reproduce this behaviour and therefore unable to provide a fix or workaround at the moment.

Possible causes for this issue include, but are not limited to:

  • Timeouts on the database or other connection related issues
  • Errors on other notification handlers or cancellation by other notification handlers, preventing the datefolders plugin from performing.

Have you noticed any of these errors on your installation?

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

No branches or pull requests

2 participants