You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments