José Thomaz
José Thomaz
any progress on this issue? This project is still maintained?
As we don't have an official solution yet, I just downgraded my `types/nodemailer` version to `6.1.0` and then the problem was solved. I also noticed that this bug is present...
@davidcallanan it seems to be a nice feature to the lang, could you look?
I solved this issue by doing some configurations on my code. At the BLE Start module, I changed to this: ```diff -BLE.start({showAlert: true}).then(() => { +BLE.start({showAlert: true, forceLegacy: true}).then(() =>...
Same error, do you already have some answer?
Any updates on this issue? I am facing this error on IOS and Android. Is there any workaround for this?
Do you have some example on this? @Moustafa-mahmaed
@nicolomaioli hi, how can I set `openssl` over `openssl1.1-compat` ? I have tried `node:16-alpine3.16` without success
> > Change this line in the `Dockerfile`: > > ``` > - RUN apk add --no-cache libc6-compat openssl1.1-compat > + RUN apk add --no-cache libc6-compat openssl > ``` >...