We have a few 307 redirects on our site which no longer work. With the redirect /text-konzept/ I set a 302 status code as a test, now the redirect works again.
That’s very, very odd. Were these 307s configured in your _redirects file?
I only ask because we’ve never supported 307s (or 303s), with the exception of those handled by your browser because of our HSTS settings (but still, you cannot invoke these).
We support 301 and 302 rules which explains why the 302 works!
The only 307s we can facilitate are those in the browser – there’s nothing backend to support them in any other additional means. However, I am glad that you’ve found a resolution!