How to make a posttype show under a page hierarchy (example.com/page/posttype/entry)?

You need to alter your rewrite arguments in your register_post_type() call:

'rewrite' => array(
    'slug'       => 'streets/streetdetails',
    'with_front' => false,
);

Make sure to re-save permalinks in the admin after making the code change.

error code: 523