Missing routing preventing deeplinking from working

I’m trying to set up deeplinking and all the settings appear to be correct but I can’t get the links to navigate to the proper pages. I just get a white page.

While looking into that, I noticed that my app’s routing/navigation doesn’t show in the address bar. I have my app set up following these instructions https://ionicframework.com/docs/api/navigation/IonicPage/ and I have it working in test projects, but in this one it just says http://localhost:8001/index.html no matter what page I navigate too. Does anyone have any idea why this would happen?

Cheers