Ionic HTTP Requeest Problem

When I login to my app it worked perfectly, then when I logout then Login the HTTP request gets dump… when I clear the cache it work again…
My theory is the URL I passed to my server gets change… how do I solve this problem… I only login to my app at once…
Also I use LocalStorage to store user data… does this affect the said problem ? or is this the cause?

Can you post the relevant parts of your controller code and html template?

1 Like

Thank you for your response… but I’ve already solve this…
its my mistake because I enable the Larevels Authentication :slightly_smiling:
My request always redirected to Home which is HTTP Request does not accept.