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
It appears the URL package is not decoding some special characters correctly. In my case, it was @ sign used in the password.
Regardless of whether @ or %40 (its encoded counterpart) is used, the attributes obtained from parsed URL is still %40.