Ionic vue problems when deploying in android and connecting it without host or external, but in ios it works

My app when I try to connect it to an api does not fall directly through the API channel if not in the web channel only in android, in ios it works as I expect

this happends when i try to login, in chrome://inspect when i debug the 419 error code, my api is develop in Laravel, so my routes are in api.web with sanctum, its like instead use “api” channel its fall in “web” channel and i getting error “CSRF token mismatch.”

in console i do just ionic cap sync android then ionic cap run android without flags external or host and livereload