During the development of post-login trigger the redirect URL was defined as http://localhost:....
, after the development was done the property got changed to the actual URL of an application, even tough the redirect URL is cached, most probably on Auth0 side.
To sum up: user is still redirected to the localhost, if the structure of the route is changed (in the actions itself), fe.: from https://{domain}/some-route
to https://{domain}/en/some-route
the redirect works as intended.
That was tested on multiple devices, also on the ones that weren’t used during the development, so the URL cannot be cached on the client side
What steps should be taken to avoid that behaviour?