WP Redirect with user nickname/username

Try placing a header() function instead of wp_redirect, so

header("Location: mysite.com/profile/username");

tech