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

bug: Incorrect url in DestinationUrl column #212

Open
tkjaergaard opened this issue Oct 17, 2024 · 1 comment
Open

bug: Incorrect url in DestinationUrl column #212

tkjaergaard opened this issue Oct 17, 2024 · 1 comment
Labels
type/bug Something isn't working umbraco/v13 Issues and tasks related to Umbraco 13.

Comments

@tkjaergaard
Copy link

Which version of Skybrud Redirects are you using? (Please write the exact version, example: 4.0.8)

13.0.4

Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)

13.4.1

Bug description

When picking a node in the URL picker, it populates the "DestinationUrl" column in the database with the wrong url.

It seems that it adds the last parent as part of the slug for the node and join them with a dash (-).

Let me know what more information you might need.

@tkjaergaard tkjaergaard added the type/bug Something isn't working label Oct 17, 2024
@abjerner abjerner added the umbraco/v13 Issues and tasks related to Umbraco 13. label Jan 29, 2025
@abjerner
Copy link
Member

Hi @tkjaergaard

The redirects package gets the URL from Umbraco's link picker overlay, so the incorrect URL is likely caused by some other part of your solution - e.g. a custom URL provider or similar.

Can you confirm that if you try to create a new redirect where the destination is a content node, that the URL in the link field matches what is saved in the database?

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working umbraco/v13 Issues and tasks related to Umbraco 13.
Projects
None yet
Development

No branches or pull requests

2 participants