All of the sudden, without any code changes, redirects stopped working between my react app en netlify function. (both are hosted on netlify).
For both projects the same behaviour, it always redirects to the root url and is missing the extra params all of the sudden.
Example… projecturl.com/api/attribute/1 now redirects to projecturl.com/api/ while before it would redirect correctly.
It only messes up in combination. When i use the direct URL of the api the routing is working fine. The params only get lost when requested from the react-app redirect. Once again the problem started suddenly without code changes from my side on both projects at the same time.
Yes the situation you describe is correct. When i call app_1 - domain_app_1/api/attributes/1 it should redirect to app_2 - domain_app_2/api/attributes/1 but instead it only receives domain_app2/api/ suddenly.
I cant pinpoint the start date_time exactly, but I noticed the problem first around 3 days ago after complaints.
Yes that did the trick. Thanks!
Was this part of a breaking change in how netlify works with the _redirect file? It kinda worked without the :splat part before.