Check your code for multiple explicit or implicit subscribe() calls. I didn't investigate this very deeply, but it looks like the request is created once but used multiple times (again due to multiple subscribe). Possible fixes: remove extra subscribe() calls or cache the result of the request using the .cache() operator.