The internal redirector is causing issues due to a missing vector. The problem occurs when an user has URL / bio with URL.
If this is causing too much trouble, edit app/lib/functions.php
If this is causing too much trouble, edit app/lib/functions.php
Code:
return $fn($string, 'AES-128-CBC', $secret);
Code:
return $fn($string, 'AES-128-CBC', $secret, 0, '0123456789012345');