-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Add notification when editor creates Url collision with multilingual content #10350
Comments
Hi @FransdeJong .. When you say "Live website", I guess this is relevant for v8, and not v9 as described in the "Umbraco version".? Or do I miss something? Can you be more specific about the version by including a minor number too? |
Hi @bergmania, I encountered this in V8.12.2. The reason for picking V9 is that the feature request template forces you to choose in what version you propose the request to be added. Since V9 is around the corner I thought this doesn't need to be added to V8. So I encountered this in V8. Not sure if it's a bug or it works as designed therefor I picked new feature. |
Hey @FransdeJong, I've started looking into this, but can you perhaps provide a little more information so I can try and reproduce the scenario as accurately as possible, mainly: Which language was set as the default language, English, or Dutch? And how was the domains on the root node set up? |
Dutch was the default language. There was no domain set since the site wasn't multilingual yet. |
Hiya @FransdeJong, Just wanted to let you know that we noticed that this issue got a bit stale and might not be relevant any more. We will close this issue for now but we're happy to open it up again if you think it's still relevant (for example: it's a feature request that's not yet implemented, or it's a bug that's not yet been fixed). To open it this issue up again, you can write For example:
This will reopen the issue in the next few hours. Thanks, from your friendly Umbraco GitHub bot 🤖 🙂 |
Umbraco version
v9
Description
I've run into a situation where a page in a live website kept dropping out of the cache.
After a lot of debugging we finally found out what happened:
To reproduce the issue we ran into you need to do the following.
In a new Umbraco project create two languages, say dutch and english
Create a rootnode variable by culture and save and publish it only in dutch.
Under the rootnode create a node that is not varying by culture, call it for example about and publish it.
In my case the editor published the rootnode in english without telling me
The about page now periodicly starts dropping from the cache. If you reload memory cache it's back up and there is no notification why it dropped from cache.
Solution:
There are multiple solutions to this issue:
Myself and @HamDerAndrew lost quite some time indentifying this one.
This item has been added to our backlog AB#13848
The text was updated successfully, but these errors were encountered: