Mobile App Bootstrap 5 + Capacitor > emulating iOS

hi everybody,
(i finally decided to rebuild the mobile app with BS5+capacitor)

Something strange while emulating on iOS > login page > the login server connect seems working > it displays the toast on success
But doesn’t load current user info server connect (based on id)

It works perfectly with browser and Android

Next iOS views

Any idea?
Many thanks

There seems to be an error with your server connect actions. To see the exact error follow:

Hi,
My login SC works with Android (and Browser).
I investigated and it seems my log-out and log-in SC results 200 but other SC doesn’t load on success event / can’t retrieve user_id. They do load correctly with Browser and Android.
Don’t know how to solve this.
Thanks