You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Session management broken
I am trying to connect odoo web api using this plugin. After login, it says session expired, which means session management is broken.
System info
affected HTTP plugin version: 3.**
affected platform(s) and version(s):Android
affected device(s):Common android devices
Capacitor 4.**
cordova platform version(s):7.0.0
Are you using ionic-native-wrapper?
ionic-native-wrapper version: 6.2.0 - did you check
Minimum viable code to reproduce
http.post(**
The text was updated successfully, but these errors were encountered:
@Mani-VD : does not seem like server-set cookies work at all with Capacitor 4 on Android.
On 4.0 - 4.2, setting stuff is buggy.
On 4.3+, duplicate headers are often sent and setting stuff is still buggy.
This plugin is built for Cordova but I imagine a lot of us use it with Capacitor. After all, it has far surpassed Cordova in usage.
I'm working on a reproduction that hopefully helps fix this. It'll have Cordova and Capacitor side by side, so that @silkimen has an easier time reproducing if he feels inclined to add support for Capacitor.
Session management broken
I am trying to connect odoo web api using this plugin. After login, it says session expired, which means session management is broken.
System info
Are you using ionic-native-wrapper?
Minimum viable code to reproduce
http.post(**
The text was updated successfully, but these errors were encountered: