Hello Devio, I’m seeing the same thing.
My permalink structure is set to Post Name.
I was going to just change the link myself but after looking at the code in: deliver-drivers-for-woocommerce/admin/ddwc-functions.php lines 27/28:
// Redirect URL.
$redirect_url = apply_filters( ‘ddwc_driver_dashboard_change_statuses_redirect_url’, get_option( ‘woocommerce_myaccount_page_id’ ) . ‘driver-dashboard/?orderid=’ . $order_id );
I see that it appears to be set up to link back to the driver dashboard and the specific order, however it is instead linking back to the default /myaccount page.