Error: Cannot match any routes

My android app works great when testing locally, either through ionic serve or while testing on a device or emulator, but when I submit it to the google play store and then users install it, I get a ton of errors that are all the same:

This is the error I am seeing in the Ionic Monitoring tab of Ionic Pro:

Exception Detail

Error: Uncaught (in promise): Error: Cannot match any routes. URL Segment: 'data/user/0/com.sparklestories/app_a0e5e3dc-cbc6-4b73-9ff0-173db12daaed'
Error: Cannot match any routes. URL Segment: 'data/user/0/com.sparklestories/app_a0e5e3dc-cbc6-4b73-9ff0-173db12da...
at ApplyRedirects.noMatchError (vendor.js:137003:16)
at CatchSubscriber.selector (vendor.js:136978:29)
at CatchSubscriber.error (vendor.js:143757:31)
at MapSubscriber.Subscriber._error (vendor.js:24208:26)
at MapSubscriber.Subscriber.error (vendor.js:24182:18)
at MapSubscriber.Subscriber._error (vendor.js:24208:26)
at MapSubscriber.Subscriber.error (vendor.js:24182:18)
at MapSubscriber.Subscriber._error (vendor.js:24208:26)
at MapSubscriber.Subscriber.error (vendor.js:24182:18)
at LastSubscriber.Subscriber._error (vendor.js:24208:26)
at c (polyfills.js:3:19752)
at c (polyfills.js:3:19461)
at ? (polyfills.js:3:20233)
at t.invokeTask (polyfills.js:3:15660)
at Object.onInvokeTask (vendor.js:4238:33)
at t.invokeTask (polyfills.js:3:15581)
at r.runTask (polyfills.js:3:10834)
at o (polyfills.js:3:7894)

Original Stacktrace:

Uncaught (in promise): Error: Cannot match any routes. URL Segment: 'data/user/0/com.sparklestories/app_a0e5e3dc-cbc6-4b73-9ff0-173db12daaed'
Error: Cannot match any routes. URL Segment: 'data/user/0/com.sparklestories/app_a0e5e3dc-cbc6-4b73-9ff0-173db12daaed'
    at ApplyRedirects.noMatchError (file:///data/user/0/com.sparklestories/app_a0e5e3dc-cbc6-4b73-9ff0-173db12daaed/build/vendor.js:137003:16)
    at CatchSubscriber.selector (file:///data/user/0/com.sparklestories/app_a0e5e3dc-cbc6-4b73-9ff0-173db12daaed/build/vendor.js:136978:29)
    at CatchSubscriber.error (file:///data/user/0/com.sparklestories/app_a0e5e3dc-cbc6-4b73-9ff0-173db12daaed/build/vendor.js:143757:31)
    at MapSubscriber.Subscriber._error (file:///data/user/0/com.sparklestories/app_a0e5e3dc-cbc6-4b73-9ff0-173db12daaed/build/vendor.js:24208:26)
    at MapSubscriber.Subscriber.error (file:///data/user/0/com.sparklestories/app_a0e5e3dc-cbc6-4b73-9ff0-173db12daaed/build/vendor.js:24182:18)
    at MapSubscriber.Subscriber._error (file:///data/user/0/com.sparklestories/app_a0e5e3dc-cbc6-4b73-9ff0-173db12daaed/build/vendor.js:24208:26)
    at MapSubscriber.Subscriber.error (file:///data/user/0/com.sparklestories/app_a0e5e3dc-cbc6-4b73-9ff0-173db12daaed/build/vendor.js:24182:18)
    at MapSubscriber.Subscriber._error (file:///data/user/0/com.sparklestories/app_a0e5e3dc-cbc6-4b73-9ff0-173db12daaed/build/vendor.js:24208:26)
    at MapSubscriber.Subscriber.error (file:///data/user/0/com.sparklestories/app_a0e5e3dc-cbc6-4b73-9ff0-173db12daaed/build/vendor.js:24182:18)
    at LastSubscriber.Subscriber._error (file:///data/user/0/com.sparklestories/app_a0e5e3dc-cbc6-4b73-9ff0-173db12daaed/build/vendor.js:24208:26)
at ApplyRedirects.noMatchError (vendor.js:137003:16)
at CatchSubscriber.selector (vendor.js:136978:29)
at CatchSubscriber.error (vendor.js:143757:31)
at MapSubscriber.Subscriber._error (vendor.js:24208:26)
at MapSubscriber.Subscriber.error (vendor.js:24182:18)
at MapSubscriber.Subscriber._error (vendor.js:24208:26)
at MapSubscriber.Subscriber.error (vendor.js:24182:18)
at MapSubscriber.Subscriber._error (vendor.js:24208:26)
at MapSubscriber.Subscriber.error (vendor.js:24182:18)
at LastSubscriber.Subscriber._error (vendor.js:24208:26)
at c (polyfills.js:3:19752)
at c (polyfills.js:3:19461)
at ? (polyfills.js:3:20233)
at t.invokeTask (polyfills.js:3:15660)
at Object.onInvokeTask (vendor.js:4238:33)
at t.invokeTask (polyfills.js:3:15581)
at r.runTask (polyfills.js:3:10834)
at o (polyfills.js:3:7894)

I have no idea how to troubleshoot this. The Ionic Monitoring tab says I have source maps on, but this gives me no indication of where the error is in my code. Can someone point me in the right direction to debug this?