-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Hi there 👋
I seem to have hit a bug, using this package.
When a rootnode has multiple hostnames assigned, each with their own language, getting their URL doesn't work correctly...
Example
- One root node with two languages, English (US) and Danish
- One has
example.comset as hostname, the other hasexample.com/da- each with their own language
When trying to render a language picker, we no longer get the correct URLs for the root node; e.g. Model.Root().Url("da") and Model.Root().Url("en-us") returns the same URL (/ or https://example.com/ if using UrlMode.Absolute)
If I uninstall InvisibleNodes, the URLs are correctly rendered.
Note
The URLs render correctly in the Links area on Umbraco's Info tab
I'm using Umbraco v13.3.1 and your latest (at time of writing) package release, v2.0.1
Thanks 🙌
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working