[Solved] Access-Control-Allow-Origin not working with ionic 5 app [closed]

I found the problem and the fix. As expected it was in the Ionic App’s code. But it was not quite what I expected. Hopefully, this may be useful to someone in the same predicament. The problem was this line: base_path=”http://mywebsite.com/App”; This was supposed to be: base_path=”http://mywebsite.com/App/”; Subtle difference but important. After looking carefully at … Read more