301s wildcard not working as expected

Hello
I have recently added two new 301s
/blog/(.), /insights/blogs/%1
/charts-of-the-week/(.
), /insights/charts-of-the-week/%1

(The forum strips out the star character which comes after ‘(.)’)

Only the first one (blogs) works
The second one returns a 404 for each page

Any ideas why two identical rules do not give the same results?

For the forum use the backtick character for code ( ` )

In Webflow’s wildcard patterns, hyphens must be escaped, i.e.
/chart%-of%-the%-week/(*.)