I heard back from my dev team and they said this:
There is still an issue the Download Manager plugin. It has some hook that is run on each login event. This hook conflicts with WooCommerce login, which causes the https://redchippoker.com/my-account/ login page to not work.
What we did, is we created a custom functions that removes the Download Manager plugin when this page is visited https://redchippoker.com/my-account/ by a user.
As of now the login in the https://redchippoker.com/my-account/ should work. You may inform the developer of the Download Manager plugin regarding this issue.
The hook that is having issue is add_action(‘wp_loaded’, ‘wpdm_do_login’);
Hope that helps!