You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which version of Skybrud.Umbraco.Redirects.Import are you using? (Please write the exact version, example: 4.0.1)
13.0.0
Which version of Skybrud.Umbraco.Redirects are you using? (Please write the exact version, example: 4.0.15)
13.0.4
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
13.0.3
Bug description
The import fails for URLs with a hostname which contains a URL culture segment:
An example:
Considering the following input:
Url | DestinationUrl
en/this-is-a-redirect-en | en/about
nl/this-is-a-redirect-nl | nl/over-ons
When the root node is set with hostnames /en and /nl (with corresponding cultures).
The import fails.
Having looked a bit into the issue, it seems to fail to determine the destination node, which is probably related with the fact that the Umbraco method GetByRoute("nl/over-ons") returns null even when that page exists in the tree.
The text was updated successfully, but these errors were encountered:
Hm, that's a good point, and indeed this is intended to allow the importer to recognize the culture from the DestinationUrl, so DestinationCulture would not be needed, though it might be good to have a separate issue to add that as an option of the export anyway.
Which version of Skybrud.Umbraco.Redirects.Import are you using? (Please write the exact version, example: 4.0.1)
13.0.0
Which version of Skybrud.Umbraco.Redirects are you using? (Please write the exact version, example: 4.0.15)
13.0.4
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
13.0.3
Bug description
The import fails for URLs with a hostname which contains a URL culture segment:
An example:
Considering the following input:
Url | DestinationUrl
en/this-is-a-redirect-en | en/about
nl/this-is-a-redirect-nl | nl/over-ons
When the root node is set with hostnames /en and /nl (with corresponding cultures).
The import fails.
Having looked a bit into the issue, it seems to fail to determine the destination node, which is probably related with the fact that the Umbraco method
GetByRoute("nl/over-ons")
returns null even when that page exists in the tree.The text was updated successfully, but these errors were encountered: