Umbraco-cms: V8: umbracoUrlName doesn't work

Created on 19 Feb 2019  路  7Comments  路  Source: umbraco/Umbraco-CMS

umbracoUrlName property doesn't seem to work in v 8.0.0-alpha.58.2423

Reproduction

capture
capture1
capture2

the information tab is not updated with /new-url and the page cannot be accessed via /new-url. only test

releas8.0.1 typbug

Most helpful comment

One quick thing to note to those that also land on this page - mine wasn't working (Umbraco v8.0.2), and the cause was that the page (content type) had language variants enabled, but the umbracoUrlName didn't (had a look at the source to figure this one out)

All 7 comments

Confirmed. Due to NuCache basically ... ignoring IUrlSegmentProvider entirely ;-(

Turns out NuCache was indeed not handling IUrlSegmentProvider... at all.

PR: https://github.com/umbraco/Umbraco-CMS/pull/4857

Note: Since we change the NuCache JSON structure, we need to trigger a full rebuild (via a migration).

Test: Simply upgrade, and all should work.

Hello
Please fix this bug in version 8.0.1 on March 12. we cannot use umbraco 8 in production because of this error

thank!

EN: Will you enable this fix in version 8.0.1 on March 12?

(Rus: 袙褘 胁泻谢褞褔懈褌械 褝褌芯 懈褋锌褉邪胁谢械薪懈械 胁 胁械褉褋懈懈 8.0.1 12 屑邪褉褌邪?)

thank!

One quick thing to note to those that also land on this page - mine wasn't working (Umbraco v8.0.2), and the cause was that the page (content type) had language variants enabled, but the umbracoUrlName didn't (had a look at the source to figure this one out)

@miackers thank you! Was wondering why it didn't work and making it variant is a good thing ofcourse.

Was this page helpful?
0 / 5 - 0 ratings