Custom Post Type canonical link / pagination redirecting to root

just remove template redirect using remove template_redirect filter

use below code to stop the canonical redirect.

remove_filter('template_redirect','redirect_canonical');