Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The debug statement that was added to print the redirect URLs fails in production with the following error: TypeError: can only concatenate str (not "ParseResult") to str `geturl` returns the URL as a str, which we can then concatenate with the debug statement.
- Loading branch information