I am confused. I am using Wordpress REST Api to build a mobile app with Ionic. I am trying to implement regular post type and one of my custom post type.
I can make a get request for the standard post type "http://www.example.org/wp-json/wp/v2/posts" and it works.
I did the same with my custom post type "http://www.example.org/wp-json/wp/v2/shows" and when I test it in my browser it works BUT when I use chrome and the mobile simulator it gives me an 404 error : rest_no_route
Any ideas why this error occurs, especially only for custom post types?