CORS
The browser blocked this page's API request. Check whether CORS is not allowing this site.
app.example.com requests api.example.com, the server must allow that page origin in its response before the browser gives the data to script. It protects cross-origin reads in browsers; the server still decides whether an API can be called and whether a user has permission.