Axel Bock
Axel Bock
I tried to use the API for the first time and also cannot login. Getting 403 when doing POST https://mysecurity.eufylife.com/api/v1/passport/login
@DisDis I cloned and compiled your branch. I am getting this error and extension doesnt work. Any idea what to do? Its ubuntu 23.10 `ImportError: Unable to load file from:...
> @DisDis I cloned and compiled your branch. I am getting this error and extension doesnt work. Any idea what to do? Its ubuntu 23.10 > > `ImportError: Unable to...
Update: with the following **workaround** we can make the test pass: ```java @Test void deSerializedTestWorkaround_previousProcess() throws IOException, ClassNotFoundException { Map deSerialized = fixVavrMap((Map) getDeSerialized("/tmp/map.bin")); assertThat(deSerialized.get(Type.A)).isEqualTo(Option.of("A")); assertThat(deSerialized.get(Type.B)).isEqualTo(Option.of("B")); } public static Map...