Andrew Welch

Results 611 comments of Andrew Welch

@denisyilmaz fixed, sorry about that. Do `composer update` above again to get the latest fix.

As for the entry not existing in another language, I'll double-check that with some testing tomorrow. It's strange that doing the query individually works (forget about the Exception error, that's...

@MoritzLost Well, the issue regarding your "devil's advocate" section is that in addition to trying to solve _this_ issue, we have people that are making redirects like this: From: `/some/url`...

Okay @MoritzLost @denisyilmaz I think I have it worked out, I've tested the matrix of cases that you presented, and they are working. If you could give it a whirl...

@MoritzLost Thanks for testing it out! > I found one issue if the Legacy URL Pattern ends in a trailing slash: I just tested this, and it's working as expected....

Just to make sure I can reproduce and fix the issue, can you provide me with: - a screenshot of the link in question that you're clicking on - what...

Interesting. So the code is in there already to determine whether it's an absolute URL or not: ```JavaScript let absoluteUrl = new RegExp('^(?:[a-z]+:)?//', 'i'); if (!absoluteUrl.test(url) && !url.includes('$')) { url...

As it turns out, the issue is not with the RegEx as I first thought, but rather in the `Craft.getUrl()` JavaScript function (which is called by `Craft.getSiteUrl()`... if the path...

Addressed in: https://github.com/nystudio107/craft-retour/commit/30bb435087fbb02ace8bbd67b94091eb3148d952 & https://github.com/nystudio107/craft-retour/commit/110433947c608bd349d235142bf7369f0278ca7d Craft CMS 3: You can try it now by setting your semver in your `composer.json` to look like this: ```json "nystudio107/craft-retour": "dev-develop as 3.2.12”, ```...

This should be fixed now for all versions: Craft 3: https://github.com/nystudio107/craft-retour/releases/tag/3.2.16 Craft 4: https://github.com/nystudio107/craft-retour/releases/tag/4.1.17 Craft 5: https://github.com/nystudio107/craft-retour/releases/tag/5.0.1