I have an application (AppA) which redirects to AppB which redirects to AppC. At the end of AppC, no conditions, has sc_redir(AppB). It doesn’t. It DID before this last update…for nearly a year. And now it doesn’t. If it goes anywhere, it goes to the top of AppC and starts to repeat itself. I have tried sc_redir(‘AppB’) with single quotes, double quotes, no quotes and it NEVER returns. There are no conditions so it isn’t a bad if/then. What just happened? Am I the only one?
BTW it works perfectly in development but NOT in production.