Upon registration, redirect new user to Dashboard

Usually, WordPress redirects the user to the dashboard unless it is coded otherwise.

Can you look for a function hooked to the filter login_redirect in your functions.php file.

For details check the codex