Custom post type not found
Usually this is a permalink issue.
The fix for this is to put the following line in your functions.php
file inside your child theme
flush_rewrite_rules( false );
Once the custom post type shows up, it’s ok to remove this line.
Cheers, Lehel