I’m working on this project with @kfpratt. Thanks for the suggestion but that didn’t work either. We know that our redirects file is working because other paths that don’t contain such characters redirect without issue.
What info can I provide that would help debug this on your side?
If you could send an exact redirect you’re using, then we’ll test and determine if it’s a bug (quite possible; we have some around unicode characters in URL’s and the like) and/or see if we can find a workaround. That won’t happen until next week since our office is closed over the weekend though!
Here is an example of what we’ve had in the redirects file (substitute the from for each variation above):
[[redirects]]
from = "/website-launched-on-canadian-bah%c3%a1%e2%80%99%c3%ad-efforts-in-international-development"
to = "[DOMAIN]/en_articles/1001"
status = 301
force = false
During testing, we’d replace [DOMAIN] with localhost and the redirect works fine using netlify dev, however when we replace [DOMAIN] with the actual domain and push to Netlify it redirects to the Netlify 404 page.
Super sorry to be slow to get back to you, Abdullah! I’d like to see your attempts - any chance you can tell me your netlify site ID so I can look through your old deploys to find those 3 attempts, since I can test the permalink to the old deploy to reproduce and either file a bug or get you less “well it seems like this should work but I can’t tell without the rest of the context” type advice?
If you don’t want to share the sitename publicly, you can literally tell me the API ID on your General Settings page and I can use that to look it up.
As you are keenly aware, we haven’t been able to make time to do much research on this. When I took a look I couldn’t see any 404’s in the past 30 days for any URL containing the string:
website-launched-on-canadian-bah
So I a not sure we were seeing your traffic at all.
Any chance you can point me directly to a deploy that had each redirect in place? You can give me just the ID from the end of the page with that deploy’s logs if you don’t want to link.
It’s pretty hard (on our database) for me to pick through 768 deploys on that site, as it turns out, looking for the changes.
Hey there, @site-slpg! Any chance you can provide me with your site’s app ID and/or URL where you’re having these difficulties? We can check the logs and see what’s happening