So after trying many different things, it turns out the default URL scheme for Cordova is “file” so setting capacitor.config to:
“server”: {
“androidScheme”: “file”
}
will get you access to any Cordova localStorage data on your new migrated Capacitor project.