I have an Angular app that uses HttpClient for various requests. Now they work for the most part, but when I make a request to /api/dashboards something weird happens:
I get the correct result, which is then displayed on the frontend. In addition to that, I also get the terminal output "Assert `dashboards` not found; fallback to index.html"
Is there something I have to configure to make the default HttpClient work or why is Tauri still checking the Assets even though it should be clear that I don't reference the assets?